-
-
Notifications
You must be signed in to change notification settings - Fork 157
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
Add Czech language #397
base: main
Are you sure you want to change the base?
Add Czech language #397
Conversation
adding cs
adding Čeština
add cs strings
add czech strings
remove some strings
modify czech strings
add cs
add Czech string
Add czech strings
Add czech strings
Add czech strings
Add czech string
Add czech strings
add czech strings
add czech strings
add cs strings
add cs
add cs
add cs
ad cs
add cs
add cs strings
add cs
add cs strings
add cs strings
add cs
add cs
add cs
add cs
add cs
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.
Hi,
Thanks for your PR :) Here are two things to be fix:
- Missing translation file for
NoEmission
components - Remove comma at the end of json files (see comment)
- Fix imports in
resources.ts
Otherwise, looks good 👍
"PERMISSIONS_REQUEST_COMPONENT_CAMERA_TITLE": "Žádný přístup ke kameře", | ||
"PERMISSIONS_REQUEST_COMPONENT_CAMERA_SUBTITLE": "Chcete-li tuto funkci používat, dejte aplikaci NMF.earth v nastavení telefonu přístup k fotoaparátu.", | ||
"PERMISSIONS_REQUEST_COMPONENT_NOTIFICATION_TITLE": "Nemáte oprávnění odesílat upozornění", | ||
"PERMISSIONS_REQUEST_COMPONENT_NOTIFICATION_SUBTITLE": "Chcete-li tuto funkci používat, dejte aplikaci NMF.earth oprávnění k zasílání upozornění v nastavení telefonu.", |
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.
Invalid json: you need to remove the comma at the end of all json files
@@ -130,6 +130,38 @@ const fr = { | |||
...RecurringEmissions.fr, | |||
}; | |||
|
|||
const cs = { | |||
...UI.cs, | |||
...Calculation.cs, |
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.
Calculation
, NoEmission
, PermissionsRequest
& OpenFoodFacts
imports are invalid: you forgot to add to do the import in related index files : import cs from "./cs.json";
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.
ugh.. I'm a little lost. :( unfortunately I'm not very experienced in programming
remove comma at the end
fix typo
✅ I have read the contributing file
Summary
Adding czech strings from Poedit and updating JSON files