Options for more control when uploading translations #919
-
|
Hey, I'm looking for more granular options to restrict which translations are uploaded to Crowdin. For ExampleThe source strings are in a file called
QuestionAre there any plans to enhance the CLI to cover (at least some of) the scenarios outlined above (especially scenario 1)? For us, this would be a huge timesaver as running BackgroundUnfortunately, in Crowdin there seems to be no option to automatically ensure that the first letter case of a pre-translated string matches the first letter case of the source string (e.g. if you have a German source string that is To adjust this, we have a local script (in the example above, the script would change |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
Hi @finebel! You can use the See the Files Management article for examples. Unfortunately, it's not possible to upload translations at the key level via CLI, this is limited by the Crowdin API. |
Beta Was this translation helpful? Give feedback.
-
|
One more question regarding the Based on my experiments, the |
Beta Was this translation helpful? Give feedback.
Hi @finebel!
You can use the
crowdin file uploadcommand for more granular options. By default, this command uploads source files. However, when the-lparameter is specified, it works as a translation upload for the specific file.See the Files Management article for examples.
Unfortunately, it's not possible to upload translations at the key level via CLI, this is limited by the Crowdin API.