コード例 #1
0
ファイル: main.js プロジェクト: jeminlee/jeminlee.github.io
Object.keys(locales).forEach(function(lang) {
    i18n.setLocaleMessage(lang, locales[lang]);
});
コード例 #2
0
ファイル: main.js プロジェクト: gsanchietti/nethserver-mail
nethserver.fetchTranslatedStrings(function (data) {
    i18n.setLocaleMessage('cockpit', data)
    i18n.locale = 'cockpit'
    app.$mount('#app') // Start VueJS application
})
コード例 #3
0
ファイル: main.js プロジェクト: NethServer/nethserver-squid
nethserver.fetchTranslatedStrings(function(data) {
  i18n.setLocaleMessage("cockpit", data);
  i18n.locale = "cockpit";
  app.$mount("#app"); // Start VueJS application
});