crowdin.yml 248 B

12345678910
  1. project_id: '491513'
  2. api_token_env: 'CROWDIN_PERSONAL_TOKEN'
  3. preserve_hierarchy: true
  4. files: [
  5. # JSON translation files
  6. {
  7. source: '/src/locales/en/data.json',
  8. translation: '/src/locales/%two_letters_code%/data.json',
  9. },
  10. ]