-
Notifications
You must be signed in to change notification settings - Fork 42
Translations update and link to add new language #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| { | ||
| "/js/app.js": "/js/app.js?id=26308c38ddfff7aa408a", | ||
| "/js/app.js": "/js/app.js?id=cddf48f759a6d01e6a01", | ||
| "/css/app.css": "/css/app.css?id=d41d8cd98f00b204e980" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ | |
|
|
||
| "es": { | ||
| "name": "Spain", | ||
| "lang": "Español" | ||
| "lang": "Spanish" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We want to keep the original language |
||
| }, | ||
|
|
||
| "fr": { | ||
|
|
@@ -51,6 +51,11 @@ | |
|
|
||
| "pl": { | ||
| "name": "Poland", | ||
| "lang": "Polski" | ||
| "lang": "Polish" | ||
| }, | ||
|
|
||
| "hi": { | ||
| "name": "India", | ||
| "lang": "Hindi" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -16,5 +16,4 @@ | |
| "login": "Login", | ||
| "signup": "Signup", | ||
| "teams": "Teams" | ||
|
|
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,12 @@ | ||
| { | ||
| "de": { | ||
| "name": "Alemania", | ||
| "lang": "Aleman" | ||
| "lang": "Alemán" | ||
| }, | ||
|
|
||
| "en": { | ||
| "name": "UK", | ||
| "lang": "English" | ||
| "name": "Reino Unido", | ||
| "lang": "Inglés" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We want to show the language in its original name |
||
| }, | ||
|
|
||
| "es": { | ||
|
|
@@ -35,8 +35,8 @@ | |
| }, | ||
|
|
||
| "nl": { | ||
| "name": "Holanda", | ||
| "lang": "Nederlands" | ||
| "name": "Países Bajos", | ||
| "lang": "Neerlandés" | ||
| }, | ||
|
|
||
| "tk": { | ||
|
|
@@ -45,12 +45,17 @@ | |
| }, | ||
|
|
||
| "uk": { | ||
| "name": "UK", | ||
| "lang": "English" | ||
| "name": "Reino Unido", | ||
| "lang": "Inglés" | ||
| }, | ||
|
|
||
| "pl": { | ||
| "name": "Poland", | ||
| "lang": "Polski" | ||
| "name": "Polonia", | ||
| "lang": "Polaco" | ||
| }, | ||
|
|
||
| "hi": { | ||
| "name": "India", | ||
| "lang": "Hindi" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,12 +6,12 @@ | |
|
|
||
| "en": { | ||
| "name": "Engeland", | ||
| "lang": "English" | ||
| "lang": "Engels" | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a feature, not a bug |
||
| }, | ||
|
|
||
| "es": { | ||
| "name": "Spanje", | ||
| "lang": "Español" | ||
| "lang": "Spaans" | ||
| }, | ||
|
|
||
| "fr": { | ||
|
|
@@ -34,7 +34,7 @@ | |
| "lang": "Maleis" | ||
| }, | ||
|
|
||
| "nl": { | ||
| "nl": { | ||
| "name": "Nederland", | ||
| "lang": "Nederlands" | ||
| }, | ||
|
|
@@ -46,6 +46,16 @@ | |
|
|
||
| "uk": { | ||
| "name": "Engeland", | ||
| "lang": "English" | ||
| "lang": "Engels" | ||
| }, | ||
|
|
||
| "pl": { | ||
| "name": "Polen", | ||
| "lang": "Pools" | ||
| }, | ||
|
|
||
| "hi": { | ||
| "name": "India", | ||
| "lang": "Hindi" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -52,5 +52,10 @@ | |
| "pl": { | ||
| "name": "Polska", | ||
| "lang": "Polski" | ||
| }, | ||
|
|
||
| "hi": { | ||
| "name": "India", | ||
| "lang": "Hindi" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,13 @@ | ||
| { | ||
| "success": "Sukces", | ||
| "error": "Błąd!", | ||
| "tags-added": "Sukces! Twoje tagi zostały dodane ", | ||
| "subscription-cancelled": "Twoja subskrypcja została anulowana ", | ||
| "privacy-updated": "Twoje ustawienia prywatności zostały zapisane ", | ||
| "litter-toggled": "podniesione śmieci - Wartość zaktualizowana", | ||
| "tags-added": "Sukces! Twoje tagi zostały dodane", | ||
| "subscription-cancelled": "Twoja subskrypcja została anulowana", | ||
| "privacy-updated": "Twoje ustawienia prywatności zostały zapisane", | ||
| "litter-toggled": "Podniesione śmieci - Wartość zaktualizowana", | ||
| "settings": { | ||
| "subscribed": "Subskrybujesz teraz aktualizacje i dobre wieści! ", | ||
| "subscribed": "Subskrybujesz teraz aktualizacje i dobre wieści!", | ||
| "unsubscribed": "Zrezygnowałeś z subskrypcji. Nie będziesz już otrzymywać dobrych wiadomości!", | ||
| "flag-updated": "Twoja flaga została zaktualizowana" | ||
| } | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure about this tool. I think we might need to build our own tool and give a limited number of people access to it. Maintaining a few json files won't be that hard and it will save us a lot of time going forward