Skip to content

Commit

Permalink
Add 'Northern Lights' theme and update localization and Tailwind conf…
Browse files Browse the repository at this point in the history
…iguration
  • Loading branch information
seanmorley15 committed Dec 2, 2024
1 parent 50dc042 commit dc29f48
Show file tree
Hide file tree
Showing 11 changed files with 267 additions and 214 deletions.
3 changes: 2 additions & 1 deletion frontend/src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,5 +313,6 @@ export let themes = [
{ name: 'forest', label: 'Forest' },
{ name: 'aqua', label: 'Aqua' },
{ name: 'aestheticLight', label: 'Aesthetic Light' },
{ name: 'aestheticDark', label: 'Aesthetic Dark' }
{ name: 'aestheticDark', label: 'Aesthetic Dark' },
{ name: 'northernLights', label: 'Northern Lights' }
];
7 changes: 5 additions & 2 deletions frontend/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@
"light": "Licht",
"night": "Nacht",
"aestheticDark": "Ästhetisches Dunkel",
"aestheticLight": "Ästhetisches Licht"
"aestheticLight": "Ästhetisches Licht",
"northernLights": "Nordlicht"
},
"users": "Benutzer",
"worldtravel": "Weltreisen",
Expand Down Expand Up @@ -291,7 +292,9 @@
"about_this_background": "Über diesen Hintergrund",
"join_discord": "Treten Sie dem Discord bei",
"join_discord_desc": "um Ihre eigenen Fotos zu teilen. \nVeröffentlichen Sie sie im",
"photo_by": "Foto von"
"photo_by": "Foto von",
"change_password_error": "Passwort kann nicht geändert werden. \nUngültiges aktuelles Passwort oder ungültiges neues Passwort.",
"current_password": "Aktuelles Passwort"
},
"checklist": {
"add_item": "Artikel hinzufügen",
Expand Down
3 changes: 2 additions & 1 deletion frontend/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"forest": "Forest",
"aestheticLight": "Aesthetic Light",
"aestheticDark": "Aesthetic Dark",
"aqua": "Aqua"
"aqua": "Aqua",
"northernLights": "Northern Lights"
}
},
"about": {
Expand Down
7 changes: 5 additions & 2 deletions frontend/src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"forest": "Bosque",
"aqua": "Aqua",
"aestheticDark": "Estética Oscura",
"aestheticLight": "Luz estetica"
"aestheticLight": "Luz estetica",
"northernLights": "Aurora boreal"
},
"my_tags": "Mis etiquetas",
"tag": "Etiqueta",
Expand Down Expand Up @@ -291,7 +292,9 @@
"about_this_background": "Sobre este trasfondo",
"join_discord": "Únete a la discordia",
"join_discord_desc": "para compartir tus propias fotos. \nPublicarlos en el",
"photo_by": "Foto por"
"photo_by": "Foto por",
"change_password_error": "No se puede cambiar la contraseña. \nContraseña actual no válida o contraseña nueva no válida.",
"current_password": "Contraseña actual"
},
"checklist": {
"add_item": "Agregar artículo",
Expand Down
7 changes: 5 additions & 2 deletions frontend/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@
"aqua": "Aqua",
"dark": "Sombre",
"aestheticDark": "Esthétique sombre",
"aestheticLight": "Lumière esthétique"
"aestheticLight": "Lumière esthétique",
"northernLights": "Aurores boréales"
},
"users": "Utilisateurs",
"worldtravel": "Voyage dans le monde",
Expand Down Expand Up @@ -291,7 +292,9 @@
"about_this_background": "À propos de ce contexte",
"join_discord": "Rejoignez le Discord",
"join_discord_desc": "pour partager vos propres photos. \nPostez-les dans le",
"photo_by": "Photo par"
"photo_by": "Photo par",
"change_password_error": "Impossible de changer le mot de passe. \nMot de passe actuel invalide ou nouveau mot de passe invalide.",
"current_password": "Mot de passe actuel"
},
"checklist": {
"add_item": "Ajouter un article",
Expand Down
7 changes: 5 additions & 2 deletions frontend/src/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@
"light": "Leggero",
"night": "Notte",
"aestheticDark": "Estetico scuro",
"aestheticLight": "Luce estetica"
"aestheticLight": "Luce estetica",
"northernLights": "Aurora boreale"
},
"users": "Utenti",
"worldtravel": "Viaggio nel mondo",
Expand Down Expand Up @@ -291,7 +292,9 @@
"about_this_background": "A proposito di questo contesto",
"join_discord": "Unisciti alla Discordia",
"join_discord_desc": "per condividere le tue foto. \nPubblicateli in",
"photo_by": "Foto di"
"photo_by": "Foto di",
"change_password_error": "Impossibile modificare la password. \nPassword attuale non valida o nuova password non valida.",
"current_password": "password attuale"
},
"checklist": {
"add_item": "Aggiungi articolo",
Expand Down
7 changes: 5 additions & 2 deletions frontend/src/locales/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@
"light": "Licht",
"night": "Nacht",
"aestheticDark": "Esthetisch donker",
"aestheticLight": "Esthetisch licht"
"aestheticLight": "Esthetisch licht",
"northernLights": "Noorderlicht"
},
"users": "Gebruikers",
"worldtravel": "Wereldreizen",
Expand Down Expand Up @@ -291,7 +292,9 @@
"about_this_background": "Over deze achtergrond",
"join_discord": "Sluit je aan bij de onenigheid",
"join_discord_desc": "om uw eigen foto's te delen. \nPlaats ze in de",
"photo_by": "Foto door"
"photo_by": "Foto door",
"change_password_error": "Kan wachtwoord niet wijzigen. \nOngeldig huidig ​​wachtwoord of ongeldig nieuw wachtwoord.",
"current_password": "Huidig ​​wachtwoord"
},
"checklist": {
"add_item": "Artikel toevoegen",
Expand Down
Loading

0 comments on commit dc29f48

Please sign in to comment.