better modalCard, integrated i18n with vuejs-i18n and drupal's strings_i18n_json_export
remain to automaticly export jsons and updated json files with webpack and to understand how to access nested translations
This commit is contained in:
8
web/themes/custom/materiotheme/vuejs/i18n/locales.json
Normal file
8
web/themes/custom/materiotheme/vuejs/i18n/locales.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"en": {
|
||||
"samples": "Samples"
|
||||
},
|
||||
"fr": {
|
||||
"samples": "Échantillons"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user