Change locales structure (#144)

This commit is contained in:
Riccardo Graziosi
2022-07-23 13:32:40 +02:00
committed by GitHub
parent 881708c77c
commit a6c630949a
26 changed files with 273 additions and 285 deletions

View File

@@ -1,13 +1,8 @@
"project_id": "527056"
"preserve_hierarchy": true
"files": [
{
"source": "/config/locales/en.yml",
"ignore": [
"/config/locales/activerecord",
"/config/locales/devise"
],
"translation": "/config/locales/%two_letters_code%.yml"
},
{
@@ -15,7 +10,7 @@
"translation": "/config/locales/devise/devise.%two_letters_code%.yml"
},
{
"source": "/config/locales/activerecord/activerecord.en.yml",
"translation": "/config/locales/activerecord/activerecord.%two_letters_code%.yml"
"source": "/config/locales/backend/backend.en.yml",
"translation": "/config/locales/backend/backend.%two_letters_code%.yml"
}
]