-
Notifications
You must be signed in to change notification settings - Fork 323
In Browser
Anthony Fu edited this page May 16, 2020
·
3 revisions
WIP! not available yet
To enable i18n Ally in Browser support, you will need start i18n Ally server by executing command i18n Ally: Start server
in command palette (Ctrl+Shift+P
or β§βP
).
If you want to start the server on VS Code startup, you can set the config:
"i18n-ally.server.startWithVSCode": true,
// TODO:
Vue
in main.js
// const i18n = new VueI18n({...})
// add following lines, after you create vue-i18n instance and before you init the main Vue instance
if (process.env.NODE_ENV === 'development') {
window.$i18nAllyConfig = { name: 'vue-i18n', instance: i18n }
}
// new Vue({...})
Manual
TODO:
// TODO:
Lokalise is the fastest growing language cloud technology made by developers, for developers.
As a collaborative productivity platform, it helps structure and automate the translation and localization process for any company in the world.
Learn more
πβπ¨ Review & Collaborate
πͺ¨ Hard-coded Strings Extraction
βοΈ Configurations
π Migration