make string in language_strings for the regular license

This commit is contained in:
Milos Holba
2021-03-18 16:41:43 +01:00
parent 617f715774
commit ba7d6be249
11 changed files with 1123 additions and 152 deletions

View File

@@ -27,7 +27,7 @@ const Helpers = {
// return new Promise((resolve, reject) => {
let locale = language ? language : this.$store.getters.config.language
axios.get(`/api/languages/${locale}/strings_i18n`)
axios.get(`/api/language/${locale}`)
.then((response) => {
let lang = response.data.language_strings