mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 03:07:52 +01:00
Change locales structure (#144)
This commit is contained in:
committed by
GitHub
parent
881708c77c
commit
a6c630949a
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user