Use the locale, not the two_letters_code for crowdin

pull/10015/head
Oliver Günther 3 years ago
parent 1c2c1fc363
commit 73b9e1a2aa
No known key found for this signature in database
GPG Key ID: A3A8BDAD7C0C552C
  1. 8
      crowdin.yml

@ -9,18 +9,18 @@
files: [
{
"source": "/config/locales/en.yml",
"translation": "/config/locales/crowdin/%two_letters_code%.yml",
"translation": "/config/locales/crowdin/%locale%.yml",
},
{
"source": "/config/locales/js-en.yml",
"translation": "/config/locales/crowdin/js-%two_letters_code%.yml",
"translation": "/config/locales/crowdin/js-%locale%.yml",
},
{
"source": "/modules/**/config/locales/en.yml",
"translation": "/modules/**/config/locales/crowdin/%two_letters_code%.yml",
"translation": "/modules/**/config/locales/crowdin/%locale%.yml",
},
{
"source": "/modules/**/config/locales/js-en.yml",
"translation": "/modules/**/config/locales/crowdin/js-%two_letters_code%.yml",
"translation": "/modules/**/config/locales/crowdin/js-%locale%.yml",
},
]

Loading…
Cancel
Save