-
Notifications
You must be signed in to change notification settings - Fork 92
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
feat: multilingual option #725
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #725 +/- ##
============================================
+ Coverage 63.73% 63.84% +0.12%
- Complexity 1489 1493 +4
============================================
Files 220 220
Lines 6208 6216 +8
Branches 929 934 +5
============================================
+ Hits 3956 3968 +12
+ Misses 1751 1748 -3
+ Partials 501 500 -1 ☔ View full report in Codecov by Sentry. |
@@ -24,6 +24,7 @@ params.source=Path to the source files | |||
params.translation=Path to the translation files | |||
params.dest=Specify file name in Crowdin | |||
params.preserve-hierarchy=Choose whether to save the directory hierarchy in the Crowdin project | |||
params.multilingual=Specify whether file format is multilingual |
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.
params.multilingual=Specify whether file format is multilingual |
website/docs/advanced.md
Outdated
@@ -168,24 +168,20 @@ Example of the configuration: | |||
] | |||
``` | |||
|
|||
#### Apple Strings Catalog | |||
### Multilingual Support |
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.
### Multilingual Support | |
### Multilingual Files |
website/docs/advanced.md
Outdated
|
||
Apple Strings Catalog is a natively supported file format by Crowdin, you can use it without any additional installation. Since this file format is **multilingual** (contains multiple languages in one file), you can omit the language placeholders in the `translation` pattern: | ||
For multilingual file formats (contains multiple languages in one file), you can use the `multilingual` option in the configuration. With this option you can omit the language placeholders in the `translation` pattern: |
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.
For multilingual file formats (contains multiple languages in one file), you can use the `multilingual` option in the configuration. With this option you can omit the language placeholders in the `translation` pattern: | |
For multilingual file formats (containing multiple languages in one file) you can use the `multilingual` option in the configuration. This option allows you to omit the language placeholders in the `translation` pattern: |
No description provided.