This language_mapping setting was requested by Crowdin support team to make Crowdin understand that we want Serbian (Latin) translations files locale code `sr-CS` and Serbian (Cyrillic) with locale code `sr`, we were asked to add the same mappings to Crowdin project settings at [1] [1] `Project Settings -> General -> Export -> Language mappings`
23 lines
476 B
YAML
23 lines
476 B
YAML
files:
|
|
- source: /config/locales/en/**.yml
|
|
translation: /config/locales/%locale%/%original_file_name%
|
|
ignore:
|
|
- /config/locales/**/rails_date_order.yml
|
|
update_option: update_without_changes
|
|
languages_mapping:
|
|
locale:
|
|
ar: ar
|
|
ast: ast
|
|
ca: ca
|
|
es-ES: es
|
|
fr: fr
|
|
gl: gl
|
|
he: he
|
|
it: it
|
|
nl: nl
|
|
pt-PT: pt
|
|
ru: ru
|
|
sr: sr
|
|
sr-CS: sr-CS
|
|
val-ES: val
|