From 75bb56f6ab05ff128a0770973c7a000097963bb9 Mon Sep 17 00:00:00 2001 From: "severoiuliano@gmail.com" Date: Mon, 13 Jan 2020 16:09:06 +0100 Subject: [PATCH] i18n vuejs and more --- cache/lastCache.txt | 2 +- system/Settings.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/cache/lastCache.txt b/cache/lastCache.txt index 9be57e2..ce3ccb0 100644 --- a/cache/lastCache.txt +++ b/cache/lastCache.txt @@ -1 +1 @@ -1578926925 \ No newline at end of file +1578927300 \ No newline at end of file diff --git a/system/Settings.php b/system/Settings.php index c933a86..edebbdc 100644 --- a/system/Settings.php +++ b/system/Settings.php @@ -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); } } -} \ No newline at end of file +}