crowdin-cli-v1
crowdin-cli-v1 copied to clipboard
A command-line client for the Crowdin API v1
I have a project in Crowdin that's being translated into French (fr), Spanish Mexico (es-MX), and Spanish Spain (es-ES). I'm running into an issue where if I defined my configuration...
Can't find info about difference/usage of _identifier_ and _source_phrase_ in CSV format. Found some description https://support.crowdin.com/api/add-file/ but don't know what to put in them
This is my crowdin yml configuration: ``` yaml project_identifier: .... api_key: ... base_path: ... files: - source: '/app/src/main/res/values/strings.xml' translation: '/app/src/main/res/values-%android_code%/%original_file_name%' translate_attributes: '0' ``` This is my website configuration:  After...
Hi, i wanna know if there's a way to upload sources strings and tell crowdin to not apply translations if i already have those. Sometimes i've to update my source...
I can easily create mapping for translations. We are a open source community project. In case people come and help for translation, we have some languages open in our crowdin...
Example: ``` yaml files: - source: '/path/to/*.properties' translation: '/path/%two_letters_code%/%two_letters_code%' // dest: '/path/in/crowdin/*.properties' // or dest: '/path/in/crowdin/%original_file_name%' ```
So, the description says `Download latest translations from Crowdin`. But what does that mean in practice? In my opinion, it should download the files that are not part of any...
We have so many issues with (new) developers ulpoading from an outdated source file and erasing keys. It would be really nice if the cli could ask confirmation when erasing...
Is it possible change a source string and upload it without loosing the translations? I'm using an Android project where one source string, in english, has a mistake. I believe...
I have a source file that is a .csv file. The .yaml config for that source file is: ``` source: '/fastlane/metadata/**/en-US/*.csv' translation: '/fastlane/metadata/**/%two_letters_code%/%original_file_name%' first_line_contains_header: false scheme: "identifier,source_or_translation" ``` Updating the...