https://github.com/ilib-js/ilib-loctool-javascript-resource
Javascript resource file handler plugin for loctool
https://github.com/ilib-js/ilib-loctool-javascript-resource
Last synced: 11 months ago
JSON representation
Javascript resource file handler plugin for loctool
- Host: GitHub
- URL: https://github.com/ilib-js/ilib-loctool-javascript-resource
- Owner: iLib-js
- License: apache-2.0
- Created: 2019-01-22T18:27:23.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-20T14:55:38.000Z (almost 3 years ago)
- Last Synced: 2024-04-26T02:21:01.660Z (about 2 years ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- 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-javascript-resource
ilib-loctool-javascript-resource is a plugin for the loctool that
allows it to read and localize javascript resource files.
## Release Notes
### v1.0.5
- update dependencies
### v1.0.4
- Add the ability to specify the locale to the JavaScriptResourceFileType.newFile() method
- Add the ability to specify the path name of the caller has already calculated what it
should be. This is so that the caller can implement output mappings and specify the
output file name for the resource file
- Updated dependencies
- Min version of node is 10 now
### v1.0.3
- Fixed bug where the resource directory generate incorrectly.
### v1.0.1
- Fixed bug where JavscriptResourceFileType.getExtracted and getNew and getPseudo were returning
undefined instead of an empty translation set.
### v1.0.0
- Initial release
## License
Copyright © 2019, 2021 JEDLSoft
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.