Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilib-js/ilib-loctool-haml
Ilib loctool plugin to parse and localize Ruby HAML template files
https://github.com/ilib-js/ilib-loctool-haml
Last synced: 3 days ago
JSON representation
Ilib loctool plugin to parse and localize Ruby HAML template files
- Host: GitHub
- URL: https://github.com/ilib-js/ilib-loctool-haml
- Owner: iLib-js
- License: apache-2.0
- Created: 2019-02-26T18:10:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T14:38:36.000Z (about 1 year ago)
- Last Synced: 2024-11-06T02:16:30.706Z (9 days ago)
- Language: JavaScript
- Size: 66.4 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ilib-loctool-haml
Ilib loctool plugin to parse and localize Ruby HAML template files
## License
This plugin is license under Apache2. See the [LICENSE](./LICENSE)
file for more details.## Release Notes
### v1.1.3
- update dependencies
- convert unit tests from nodeunit to jest### v1.1.2
- update dependencies
- use the loctool's logger instead of its own### v1.1.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.