eldarc / vue-i18n-gettext

Full-featured gettext support for Vue.js.
MIT License
9 stars 0 forks source link

Add basic setup for locale tracking and switching. #6

Closed eldarc closed 6 years ago

eldarc commented 6 years ago

Currently there are no built in options for locale tracking/saving and switching.

There is a need to simplify integration with cookies, localStorage, sessionStorage, and enable custom functions for saving and loading the locale. Also, a simplified integration with vue-router is a requirement since prefixed URLs are a needed feature.

The implementation will follow in two stages.

eldarc commented 6 years ago

Support is now added.

Further testing, bug fixing and adjustments are required.