Skip to content

Commit

Permalink
Merge pull request #28 from iLib-js/v1.15.0
Browse files Browse the repository at this point in the history
Release for v1.15.0
  • Loading branch information
gouniLee authored Aug 8, 2023
2 parents 10fd434 + 6e32cbc commit 0cacee5
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 11 deletions.
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,35 @@
## 1.15.0
* Updated fixed loctool and plugins version
* **loctool**
* added new debug-font pseudoLocale style. It transform the source strings into strings of characters that require a different font. This allows you to test out whether or not the font works in your UI without having a real translation.
* **Fixes in plugins**
* webos-javascript/webos-qml/webos-c/webos-cpp/webos-json
* Added ability to disable pseudo-localization in plugin when a project's pseudo-localization is enabled.
* webos-cpp
* Updated to support more file extsnsions.
* webos-qml
* Update to use first argument of qsTranslate() as a context value instead of file name.
* webos-ts-resource
* Update to set context name value properly which is not always a file name.
* webos-json
* Support the pseudo localization.
~~~
"ilib-loctool-webos-c": "1.7.0",
"ilib-loctool-webos-cpp": "1.7.0",
"ilib-loctool-webos-javascript": "1.10.0",
"ilib-loctool-webos-json": "^1.1.0",
"ilib-loctool-webos-json-resource": "1.5.3",
"ilib-loctool-webos-qml": "1.7.0",
"ilib-loctool-webos-ts-resource": "1.5.0",
"loctool": "2.22.0"
~~~

## 1.14.0
* Updated fixed loctool and plugins version
* note) The last release of `ilib-loctool-webos-appinfo-json` plugin. `ilib-loctool-webos-json` plugin is going to cover `appinfo.json` file localization features as well.
* loctool
* **loctool**
* added new `resourceDir` parameter support to util's `formatPath()` which is for modifying the resource root path.
* Fixes in plugins
* **Fixes in plugins**
* webos-javascript/webos-qml/webos-c/webos-cpp/webos-appinfo-json
* Updated not to load common data repeatedly if it's loaded from another plugin in a project.
* webos-c/webos-cpp
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ilib-loctool-webos-dist",
"version": "1.14.0",
"version": "1.15.0",
"description": "Full-featured build environment for webOS localization",
"main": "index.js",
"repository": {
Expand Down Expand Up @@ -32,13 +32,13 @@
],
"dependencies": {
"ilib-loctool-webos-appinfo-json": "1.7.0",
"ilib-loctool-webos-c": "1.6.0",
"ilib-loctool-webos-cpp": "1.6.0",
"ilib-loctool-webos-javascript": "1.9.0",
"ilib-loctool-webos-json": "^1.0.0",
"ilib-loctool-webos-json-resource": "1.5.2",
"ilib-loctool-webos-qml": "1.6.0",
"ilib-loctool-webos-ts-resource": "1.4.2",
"loctool": "2.21.0"
"ilib-loctool-webos-c": "1.7.0",
"ilib-loctool-webos-cpp": "1.7.0",
"ilib-loctool-webos-javascript": "1.10.0",
"ilib-loctool-webos-json": "^1.1.0",
"ilib-loctool-webos-json-resource": "1.5.3",
"ilib-loctool-webos-qml": "1.7.0",
"ilib-loctool-webos-ts-resource": "1.5.0",
"loctool": "2.22.0"
}
}

0 comments on commit 0cacee5

Please sign in to comment.