Progress towards 0.1.0 #1

Merged
Xaymar merged 10 commits from feature_progress-to-0.1.0 into master 2018-11-29 03:10:49 +01:00

10 Commits

Author SHA1 Message Date
Michael Fabian 'Xaymar' Dirks ed9efdd5f7 project: Improve readme 2018-11-29 03:06:41 +01:00
Michael Fabian 'Xaymar' Dirks b734696e6c project: Update README 2018-11-29 03:00:33 +01:00
Michael Fabian 'Xaymar' Dirks 0ee0f282a0 examples: Basic sample 2018-11-29 02:36:48 +01:00
Michael Fabian 'Xaymar' Dirks fd80444782 i18n: Fix incorrect chain generation 2018-11-29 02:36:26 +01:00
Michael Fabian 'Xaymar' Dirks d87dc241f5 i18n: Add method to check for existing language 2018-11-29 01:19:21 +01:00
Michael Fabian 'Xaymar' Dirks 3309cb20fb i18n: Fix double-language entry and various undefined problems
Additionally removes all console commands and adds node.js/electron support.
2018-11-29 01:05:41 +01:00
Michael Fabian 'Xaymar' Dirks a2bac12c36 project: Add ESLint support 2018-11-29 01:04:26 +01:00
Michael Fabian 'Xaymar' Dirks db3b0cd94b git: Change .js files to always be LF 2018-11-29 01:04:15 +01:00
Michael Fabian 'Xaymar' Dirks 9039b7e764 i18n: Massive rework to modernize features
* Added support for multiple base languages.
* Added support for per-language base languages.
* Added caching for language translation chain.
* Changed language functionality to allow creating, loading, saving and destroying a language.
* Added functionality to set, get and clear keys for a language.
* Added functionality to override resolver and applier for domTranslate (previously autoTranslate).
2018-11-29 00:27:33 +01:00
Michael Fabian 'Xaymar' Dirks 9c0fdc3717 project: Prepare for npm release 2018-11-29 00:24:18 +01:00