Revert "Use the locale, not the two_letters_code for crowdin"

This reverts commit 73b9e1a2aa.
pull/10015/head
Oliver Günther 3 years ago
parent 924ca8ce92
commit 5953bd5f1f
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/%locale%.yml",
"translation": "/config/locales/crowdin/%two_letters_code%.yml",
},
{
"source": "/config/locales/js-en.yml",
"translation": "/config/locales/crowdin/js-%locale%.yml",
"translation": "/config/locales/crowdin/js-%two_letters_code%.yml",
},
{
"source": "/modules/**/config/locales/en.yml",
"translation": "/modules/**/config/locales/crowdin/%locale%.yml",
"translation": "/modules/**/config/locales/crowdin/%two_letters_code%.yml",
},
{
"source": "/modules/**/config/locales/js-en.yml",
"translation": "/modules/**/config/locales/crowdin/js-%locale%.yml",
"translation": "/modules/**/config/locales/crowdin/js-%two_letters_code%.yml",
},
]

Loading…
Cancel
Save