Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n has been disabled #11

Open
y-takebe opened this issue May 9, 2021 · 1 comment
Open

i18n has been disabled #11

y-takebe opened this issue May 9, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@y-takebe
Copy link

y-takebe commented May 9, 2021

I have "Commercial Use" License.

Well, maybe just me, i18n wasn't valid.

It was solved by the following patch.

Thanks!

diff --git a/src/main.js b/src/main.js
index aa38375..7905ffe 100644
--- a/src/main.js
+++ b/src/main.js
@@ -25,6 +25,7 @@ import octaviaKit from '@/plugins/octavia.kit';
 import VueApexCharts from 'vue-apexcharts';
 // mock
 import './fake-db/index.js';
+import i18n from './lang/lang'
 
 Vue.component('apexchart', VueApexCharts);
 
@@ -38,5 +39,6 @@ new Vue({
   store,
   router,
   vuetify,
+  i18n,
   render: (h) => h(App),
 }).$mount('#app');
@naime-hossain
Copy link
Member

naime-hossain commented May 9, 2021

Thank you for your information, I will update the code soon :)

@naime-hossain naime-hossain self-assigned this May 9, 2021
@naime-hossain naime-hossain added the bug Something isn't working label May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants