Skip to content

Commit

Permalink
Merge pull request #427 from dargmuesli/fix/tailwind/color-override
Browse files Browse the repository at this point in the history
fix(i18n): workaround newline issue
  • Loading branch information
dargmuesli authored Feb 1, 2024
2 parents fa28db3 + 563890e commit b84b857
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 8 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
},
"scripts": {
"prepare": "husky"
},
"resolutions": {
"@nuxtjs/tailwindcss": "6.11.0"
}
}
13 changes: 8 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
keypath="welcome"
tag="p"
>
<br />
<template #newline>
<br />
</template>
</i18n-t>
<div class="mt-10 flex items-center justify-center gap-x-6">
<VioButtonColored
Expand Down Expand Up @@ -69,12 +71,12 @@ de:
cReal: cReal
testimonialsRead: Erfahrungsberichte lesen
viewAll: Alle anzeigen
welcome: DJ und Event-Organisator,{0}manchmal am Doubletime rappen.
welcome: DJ und Event-Organisator,{newline}manchmal am Doubletime rappen.
en:
arrow: →
cities: Cologne, Karlsruhe, Frankfurt, Kassel, …
cReal: cReal
testimonialsRead: Read testimonials
viewAll: View all
welcome: DJ and event organizer,{0}occasionally rapping double times.
welcome: DJ and event organizer,{newline}occasionally rapping double times.
</i18n>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b84b857

Please sign in to comment.