diff options
author | Ajay Ramachandran <[email protected]> | 2019-12-20 23:08:34 -0500 |
---|---|---|
committer | GitHub <[email protected]> | 2019-12-20 23:08:34 -0500 |
commit | 8dd8897f1f40d81bb906ca71be0a9e9943878a42 (patch) | |
tree | 18979735b3f9f89ae8545a4bd06b8c9a0e5cc711 | |
parent | 95555ed3fdd383c3fb3eb8013e41b9c49ed1dac7 (diff) | |
download | SponsorBlock-8dd8897f1f40d81bb906ca71be0a9e9943878a42.tar.gz SponsorBlock-8dd8897f1f40d81bb906ca71be0a9e9943878a42.zip |
Fixed yaml formatting
-rw-r--r-- | crowdin.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crowdin.yml b/crowdin.yml index 33f031d8..c0a72a88 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,9 +1,9 @@ files: - source: /_locales/en/* translation: /_locales/%two_letters_code%/%original_file_name% - "languages_mapping": - "two_letters_code": - "pr-BR": "pt_BR" - "pr-PT": "pt_PT" - "zh-CN": "zh_CH" - "zh-TW": "zh_TW" + languages_mapping: + two_letters_code: + pr-BR: "pt_BR" + pr-PT: "pt_PT" + zh-CN: "zh_CH" + zh-TW: "zh_TW" |