Skip to content

Commit

Permalink
Merge pull request #37 from iLib-js/release_1.16.0
Browse files Browse the repository at this point in the history
Release for v1.16.0
  • Loading branch information
gouniLee authored Feb 14, 2024
2 parents 4622308 + 9d6f63d commit ee0c270
Show file tree
Hide file tree
Showing 4 changed files with 2,497 additions and 10,029 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 1.16.0
* Added the new `ilib-loctool-webos-dart` plug in which is for the Date FileType localization.
* Updated fixed plugins version
* Converted all the unit tests from nodeunit to jest.
* **loctool**
* Added a new `getProjectType()` method on the Project class.
* Removed the npm-shrinkwrap.json in repository.
* **Fixes in plugins**
* webos-json-resouce
* Now it supports JavaScript, C, Cpp, and Dart filetype localization output.
~~~
"ilib-loctool-webos-c": "1.7.4",
"ilib-loctool-webos-cpp": "1.7.4",
"ilib-loctool-webos-dart": "1.0.1",
"ilib-loctool-webos-javascript": "1.10.6",
"ilib-loctool-webos-json": "1.1.5",
"ilib-loctool-webos-json-resource": "1.6.1",
"ilib-loctool-webos-qml": "1.7.4",
"ilib-loctool-webos-ts-resource": "1.5.4",
"loctool": "2.24.0"
~~~

## 1.15.4
* Removed `ilib-loctool-webos-appinfo-json` in the dependencies.
* Updated fixed plugins version
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ This repository exists to tag flat full distributions of js loctool, It is inten
* [loctool](https://github.com/iLib-js/loctool) : A localization tool that scans source code looking for localizable strings and writes out translated resource files
### plugins
Plugins are optimized for the webOS platform.
* [ilib-loctool-webos-c](https://github.com/iLib-js/ilib-loctool-webos-c): C file handler.
* [ilib-loctool-webos-cpp](https://github.com/iLib-js/ilib-loctool-webos-cpp): Cpp file handler
* [ilib-loctool-webos-qml](https://github.com/iLib-js/ilib-loctool-webos-qml): QML file handler
* [ilib-loctool-webos-javascript](https://github.com/iLib-js/ilib-loctool-webos-javascript): Javascript file handler
* [ilib-loctool-webos-json](https://github.com/iLib-js/ilib-loctool-webos-appinfo-json): JSON file handler
* [ilib-loctool-webos-appinfo-json](https://github.com/iLib-js/ilib-loctool-webos-appinfo-json): `appinfo.json` file handler (It will be deprecated.)
* [ilib-loctool-webos-json-resource](https://github.com/iLib-js/ilib-loctool-webos-json-resource): JSON resource file handler
* [ilib-loctool-webos-ts-resource](https://github.com/iLib-js/ilib-loctool-webos-ts-resource): TS resource file handler
* [ilib-loctool-webos-c](https://github.com/iLib-js/ilib-loctool-webos-c) : C file handler.
* [ilib-loctool-webos-cpp](https://github.com/iLib-js/ilib-loctool-webos-cpp) : Cpp file handler
* [ilib-loctool-webos-qml](https://github.com/iLib-js/ilib-loctool-webos-qml) : QML file handler
* [ilib-loctool-webos-javascript](https://github.com/iLib-js/ilib-loctool-webos-javascript) : Javascript file handler
* [ilib-loctool-webos-json](https://github.com/iLib-js/ilib-loctool-webos-appinfo-json) : JSON file handler
* [ilib-loctool-webos-json-resource](https://github.com/iLib-js/ilib-loctool-webos-json-resource) : JSON resource file handler
* [ilib-loctool-webos-ts-resource](https://github.com/iLib-js/ilib-loctool-webos-ts-resource) : TS resource file handler
* [ilib-loctool-webos-dart](https://github.com/iLib-js/ilib-loctool-webos-dart) : Dart file handler

## Documentation
* webOS Open Source Edition: [Localization Guide](https://www.webosose.org/docs/guides/development/localization/localization-guide/)
Expand Down
Loading

0 comments on commit ee0c270

Please sign in to comment.