lib/vue/application.js in lesli_babel-0.3.0 vs lib/vue/application.js in lesli_babel-0.4.0
- old
+ new
@@ -28,18 +28,27 @@
// · ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~ ~·~
// ·
*/
-// ·
+// · Import Lesli builders
import application from "Lesli/application"
+import translation from "Lesli/translation"
+// · Import engine translations
+import translations from "LesliBabel/stores/translations.json"
+
+
// ·
import appDashboardShow from "LesliBabel/apps/dashboards/show.vue"
import appRelevantsIndex from "LesliBabel/apps/relevants/index.vue"
import appTranslationsIndex from "LesliBabel/apps/translations/index.vue"
import appModulesShow from "LesliBabel/apps/modules/show.vue"
+
+
+// · Buil Lesli translations
+translation(translations)
// ·
application("LesliBabel", [{
path: "/",