https://github.com/ilib-js/ilib-loctool-properties
Ilib loctool plugin to parse and localize Java properties files
https://github.com/ilib-js/ilib-loctool-properties
Last synced: about 1 year ago
JSON representation
Ilib loctool plugin to parse and localize Java properties files
- Host: GitHub
- URL: https://github.com/ilib-js/ilib-loctool-properties
- Owner: iLib-js
- License: apache-2.0
- Archived: true
- Created: 2019-02-26T18:22:45.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-12T17:48:27.000Z (over 1 year ago)
- Last Synced: 2025-04-19T11:17:49.354Z (over 1 year ago)
- Language: JavaScript
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
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-properties
Ilib loctool plugin to parse and localize Java properties files in the traditional format.
If you need an xml-style properties file, use ilib-loctool-properties-xml instead.
## License
This plugin is license under Apache2. See the [LICENSE](./LICENSE)
file for more details.
## Release Notes
### v1.0.4
- update dependencies
- convert unit tests from nodeunit to jest
### v1.0.3
- update dependencies
- use the loctool's logger instead of its own
### v1.0.2
- 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.0.1
- Fixed some broken unit tests and updated some dependencies, but
otherwise no major code changes