1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-04 13:17:29 +02:00

i18n vuejs and more

This commit is contained in:
severoiuliano@gmail.com
2020-01-13 16:09:06 +01:00
parent ef319aba96
commit 75bb56f6ab
2 changed files with 2 additions and 3 deletions

2
cache/lastCache.txt vendored
View File

@@ -1 +1 @@
1578926925
1578927300

View File

@@ -101,7 +101,6 @@ class Settings
// load the strings of the set language
$yaml = new Models\WriteYaml();
//$labels = $yaml->getYaml('settings/languages', 'vue-blox.yaml');
$labels = $yaml->getYaml('settings/languages', 'vuejs-'.$language.'.yaml');//temp
return $labels;
@@ -171,4 +170,4 @@ class Settings
$yaml->updateYaml('settings', 'settings.yaml', $settings);
}
}
}
}