localized-strings
localized-strings copied to clipboard
Simple module to localize the strings of any JS based program
While working on a frontend project in `mithril` library we were using `wright` for hot-reload and `roll-up` for module bundling, we were facing issues where `localize-strings` was not working with...
It might be useful to document in which format the language is returned, because now that's a little unclear. Thanks
Hi! Nice lib, but why as a dist not to provide es5 compatible code? 99% of libs does it, so you don't need to include polyfill in your code for...
Getting below error while running this on IE 11: Line: 27937 Error: Object doesn't support property or method 'assign'
How to get string of particular language without changing language globally for the whole app? Something like this `strings.forLanguage('ar')['key']`
Hi! We're using react-native-localization in our quite larger react-native app, and bumped into an issue where our localization file actually takes up 15-20% of our bundle. In this situation, a...