rr-translations
v0.0.1
Published
Localization flow handler
Readme
RR Localization
Table of Contents
About project
This project is developing like part of the of REE project.
rr-localization made for simplify process of updating translations and for storing all locales in one place.
Localization API
getLocalizationJson accepts language as parameter and returns JSON object with translations.
If you pass as parameter langauge which is not in list of supported it will return English JSON as default.
Example:
getLocalizationJson('en') => {"key": "value"}