Skip to content

Commit

Permalink
Add French translation (#196)
Browse files Browse the repository at this point in the history
* Added french version and title/description from json messages

* Revert back default language to en-US

* Code reviewed with prettier :)

* Updated json to add information field

* Updated json to add information block (missed on previous)

* Reviewed code language

* correction traduction "groupes étoilés" en "groupes favoris"

---------

Co-authored-by: Andy Trouvé <andy@strekol.eu>
  • Loading branch information
Strekol and Andy Trouvé authored Sep 28, 2024
1 parent 5dfe03b commit 07e24f7
Show file tree
Hide file tree
Showing 5 changed files with 424 additions and 10 deletions.
11 changes: 10 additions & 1 deletion messages/en-US.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"Homepage": {
"title": "Share <strong>Expenses</strong> with <strong>Friends & Family</strong>",
"description": "Welcome to your new <strong>Spliit</strong> instance !",
"button": {
"groups": "Go to groups",
"github": "GitHub"
}
},
"Header": {
"groups": "Groups"
},
Expand Down Expand Up @@ -287,7 +295,8 @@
},
"Locale": {
"en-US": "English",
"fi": "Suomi"
"fi": "Suomi",
"fr-FR": "French"
},
"Share": {
"title": "Share",
Expand Down
11 changes: 10 additions & 1 deletion messages/fi.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"Homepage": {
"title": "Jaa kulut ystävien ja perheen kanssa",
"description": "Tervetuloa uuteen Spliit-instanssiisi!",
"button": {
"groups": "Siirry ryhmiin",
"github": "GitHub"
}
},
"Header": {
"groups": "Ryhmät"
},
Expand Down Expand Up @@ -287,7 +295,8 @@
},
"Locale": {
"en-US": "English",
"fi": "Suomi"
"fi": "Suomi",
"fr-FR": "French"
},
"Share": {
"title": "Jaa",
Expand Down
Loading

0 comments on commit 07e24f7

Please sign in to comment.