-
-
Notifications
You must be signed in to change notification settings - Fork 672
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
Allow splitting/merging translations for Crowdin #4503
Conversation
|
Depends on #4495, to be able to reuse |
27b8ec8
to
8cdeca7
Compare
Rebasing over #4516 and adding full split/merge functionality here. |
32c99f0
to
7a55e7c
Compare
Rebasing over latest
|
This way, each layout could be translated independently. [no changelog]
7a55e7c
to
536fd64
Compare
Tested by manually modifying diff --git a/core/translations/cs.json b/core/translations/cs.json
index 970b02b17..44061b8e3 100644
--- a/core/translations/cs.json
+++ b/core/translations/cs.json
@@ -57,7 +57,12 @@
"address__confirmed": "Adresa příjemce potvrzena",
"address__public_key": "Veřejný klíč",
"address__public_key_confirmed": "Veřejný klíč potvrzen",
- "address__qr_code": "QR kód",
+ "address__qr_code": {
+ "Bolt": "QR kód B",
+ "Caesar": "QR kód C",
+ "Delizia": "QR kód D",
+ "Eckhart": "QR kód E"
+ },
"address__title_cosigner": "Další podepisující",
"address__title_receive_address": "Přijímací adresa",
"address__title_yours": "Vaše", |
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.
Tested ACK
Thanks! |
This way, we can submit them separately to Crowdin, so that each layout could be translated independently.
Following #4489.