about summary refs log tree commit diff
path: root/crowdin.yml
blob: b5ed92f284d11a58df4559bbbf63fca804ec597f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "project_id": "664276",
  "base_path": ".",
  "preserve_hierarchy": true,
  "files": [
    {
      "source": "/src/locale/locales/en/messages.po",
      "translation": "/src/locale/locales/%two_letters_code%/messages.po",
      "languages_mapping": {
          "two_letters_code": {
            "pt-BR": "pt-BR",
            "en-GB": "en-GB",
            "zh-CN": "zh-CN",
            "zh-TW": "zh-TW",
            "zh-HK": "zh-HK"
          }
      }
    }
  ]
}