| # Your Crowdin credentials |
| "api_token" : "{{API_TOKEN}}" |
| "base_url" : "https://api.crowdin.com" |
| # Choose file structure in Crowdin |
| "preserve_hierarchy": true |
| "source" : "src/static/_locales/en/messages.json", |
| # Where translations will be placed |
| "translation" : "src/static/_locales/%osx_locale%/%original_file_name%", |
| # Files or directories for ignore |
| # The dest allows you to specify a file name in Crowdin |
| "dest" : "/messages.json", |
| "skip_untranslated_strings" : true, |
| "export_only_approved" : true, |
| # This is so when editing a source string, the translations are preserved. |
| "update_option": "update_without_changes", |