-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58d4b3f
commit 4b21a81
Showing
18 changed files
with
179 additions
and
136 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# ilib-loctool-webos-c | ||
|
||
## 1.7.5 | ||
|
||
### Patch Changes | ||
|
||
- 079439a: Updated dependencies. (loctool: 2.28.1) | ||
- Updated dependencies [079439a] | ||
- [email protected] | ||
|
||
## 1.7.4 | ||
|
||
- Updated dependencies. (loctool: 2.24.0) | ||
|
@@ -22,13 +30,13 @@ | |
|
||
- Updated dependencies. (loctool: 2.22.0) | ||
- Added ability to disable pseudo-localization in plugin when a project's pseudo-localization is enabled. | ||
~~~~ | ||
"settings": { | ||
"c": { | ||
"disablePseudo": true | ||
} | ||
} | ||
~~~~ | ||
``` | ||
"settings": { | ||
"c": { | ||
"disablePseudo": true | ||
} | ||
} | ||
``` | ||
|
||
## 1.6.0 | ||
|
||
|
@@ -64,35 +72,35 @@ | |
- Updated dependencies. (loctool: 2.20.0) | ||
- Added ability to define custom locale inheritance. | ||
- e.g. en-AU inherits translations from en-GB | ||
~~~~ | ||
``` | ||
"settings": { | ||
"localeInherit": { | ||
"en-AU": "en-GB" | ||
} | ||
} | ||
~~~~ | ||
``` | ||
- Added ability to use common locale data. | ||
- App's xliff data has a higher priority, if there's no matched string there, then loctool checks data in the commonXliff directory. | ||
~~~~ | ||
``` | ||
"settings": { | ||
"webos": { | ||
"commonXliff": "./common" | ||
} | ||
} | ||
~~~~ | ||
``` | ||
## 1.2.0 | ||
- Updated dependencies. (loctool: 2.18.0) | ||
- Updated to support loctool's generate mode. | ||
- Added ability to override language default locale. | ||
~~~~ | ||
"settings": { | ||
"localeMap": { | ||
"es-CO": "es" | ||
} | ||
} | ||
~~~~ | ||
``` | ||
"settings": { | ||
"localeMap": { | ||
"es-CO": "es" | ||
} | ||
} | ||
``` | ||
## 1.1.7 | ||
|
@@ -137,4 +145,4 @@ | |
## 1.0.0 | ||
- Implemented to parse properly regarding resource bundle usage of C files. | ||
- Implemented to parse properly regarding resource bundle usage of C files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# ilib-loctool-webos-cpp | ||
|
||
## 1.7.5 | ||
|
||
### Patch Changes | ||
|
||
- 079439a: Updated dependencies. (loctool: 2.28.1) | ||
- Updated dependencies [079439a] | ||
- [email protected] | ||
|
||
## 1.7.4 | ||
|
||
- Updated dependencies. (loctool: 2.24.0) | ||
|
@@ -23,13 +31,14 @@ | |
- Updated dependencies. (loctool: 2.22.0) | ||
- Updated to support more file extsnsions. | ||
- Added ability to disable pseudo-localization in plugin when a project's pseudo-localization is enabled. | ||
~~~~ | ||
|
||
``` | ||
"settings": { | ||
"cpp": { | ||
"disablePseudo": true | ||
} | ||
} | ||
~~~~ | ||
``` | ||
|
||
## 1.6.0 | ||
|
||
|
@@ -65,35 +74,35 @@ | |
- Updated dependencies. (loctool: 2.20.0) | ||
- Added ability to define custom locale inheritance. | ||
- e.g. en-AU inherits translations from en-GB | ||
~~~~ | ||
``` | ||
"settings": { | ||
"localeInherit": { | ||
"en-AU": "en-GB" | ||
} | ||
} | ||
~~~~ | ||
``` | ||
- Added ability to use common locale data. | ||
- App's xliff data has a higher priority, if there's no matched string there, then loctool checks data in the commonXliff directory. | ||
~~~~ | ||
``` | ||
"settings": { | ||
"webos": { | ||
"commonXliff": "./common" | ||
} | ||
} | ||
~~~~ | ||
``` | ||
## 1.2.0 | ||
- Updated dependencies. (loctool: 2.18.0) | ||
- Updated to support loctool's generate mode. | ||
- Added ability to override language default locale. | ||
~~~~ | ||
"settings": { | ||
"localeMap": { | ||
"es-CO": "es" | ||
} | ||
} | ||
~~~~ | ||
``` | ||
"settings": { | ||
"localeMap": { | ||
"es-CO": "es" | ||
} | ||
} | ||
``` | ||
## 1.1.7 | ||
|
@@ -138,4 +147,4 @@ | |
## 1.0.0 | ||
- Implemented to parse properly regarding resource bundle usage of Cpp files. | ||
- Implemented to parse properly regarding resource bundle usage of Cpp files. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# ilib-loctool-webos-dart | ||
|
||
## 1.1.1 | ||
|
||
### Patch Changes | ||
|
||
- 079439a: Updated dependencies. (loctool: 2.28.1) | ||
- Updated dependencies [079439a] | ||
- [email protected] | ||
|
||
## 1.1.0 | ||
|
||
- Fixed to generate the pseudo localization data correctly. | ||
|
@@ -11,4 +19,4 @@ | |
|
||
## 1.0.0 | ||
|
||
- initial version | ||
- initial version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
# ilib-loctool-webos-javascript | ||
|
||
## 1.10.7 | ||
|
||
### Patch Changes | ||
|
||
- 079439a: Updated dependencies. (loctool: 2.28.1) | ||
- 96e8bf4: Update dependencies. (loctool: 2.28.1) | ||
- Updated dependencies [079439a] | ||
- [email protected] | ||
|
||
## 1.10.6 | ||
|
||
- Updated dependencies. (loctool: 2.24.0) | ||
|
@@ -31,13 +40,13 @@ | |
|
||
- Updated dependencies. (loctool: 2.22.0) | ||
- Added ability to disable pseudo-localization in plugin when a project's pseudo-localization is enabled. | ||
~~~~ | ||
"settings": { | ||
"javascript": { | ||
"disablePseudo": true | ||
} | ||
} | ||
~~~~ | ||
``` | ||
"settings": { | ||
"javascript": { | ||
"disablePseudo": true | ||
} | ||
} | ||
``` | ||
|
||
## 1.9.0 | ||
|
||
|
@@ -71,35 +80,35 @@ | |
|
||
- Updated dependencies. (loctool: 2.20.0) | ||
- Added ability to define custom locale inheritance. | ||
~~~~ | ||
"settings": { | ||
"localeInherit": { | ||
"en-AU": "en-GB" | ||
} | ||
} | ||
~~~~ | ||
``` | ||
"settings": { | ||
"localeInherit": { | ||
"en-AU": "en-GB" | ||
} | ||
} | ||
``` | ||
- Added ability to use common locale data. | ||
- App's xliff data has a higher priority, if there's no matched string there, then loctool checks data in the commonXliff directory. | ||
~~~~ | ||
``` | ||
"settings": { | ||
"webos": { | ||
"commonXliff": "./common" | ||
} | ||
} | ||
~~~~ | ||
``` | ||
- Fixed an issue where multi-space could not be properly parsed in key-value use cases. | ||
## 1.5.0 | ||
- Updated dependencies. (loctool: 2.18.0) | ||
- Added ability to override language default locale. | ||
~~~~ | ||
"settings": { | ||
"localeMap": { | ||
"es-CO": "es" | ||
} | ||
} | ||
~~~~ | ||
``` | ||
"settings": { | ||
"localeMap": { | ||
"es-CO": "es" | ||
} | ||
} | ||
``` | ||
- Updated generate mode to use loctool's new public method. | ||
## 1.4.7 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.