https://github.com/ilib-js/ilib-loctool-strings
Ilib loctool plugin to parse and localize iOS .strings files
https://github.com/ilib-js/ilib-loctool-strings
Last synced: 10 months ago
JSON representation
Ilib loctool plugin to parse and localize iOS .strings files
- Host: GitHub
- URL: https://github.com/ilib-js/ilib-loctool-strings
- Owner: iLib-js
- License: apache-2.0
- Created: 2019-02-27T03:48:16.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-08T16:44:31.000Z (over 1 year ago)
- Last Synced: 2024-11-12T05:30:48.204Z (over 1 year ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> :warning: **Deprecation Notice** :warning:
> This repository has been deprecated. Please use the corresponding package from the [iLib-js monorepo](https://github.com/iLib-js/ilib-mono) instead.
# ilib-loctool-strings
Ilib loctool plugin to parse and localize iOS .strings files
## License
This plugin is license under Apache2. See the [LICENSE](./LICENSE)
file for more details.
## Release Notes
### v1.2.3
- update dependencies
- convert unit tests from nodeunit to jest
### v1.2.2
- update dependencies
- use the loctool's logger instead of its own
### v1.2.1
- Fix a bug where the pseudo locales were not initialized properly.
This fix gets the right set of locales from the project settings to
see if any of them are pseudo locales.
### v1.2.0
- Added the ability to set the target locale for the file from the
project settings if it is there. Otherwise, fall back to parsing
the path name to find the locale.
- Fixed the way that flavors are detected in the path name