Skip to content

Commit

Permalink
Merge pull request #433 from iLib-js/development
Browse files Browse the repository at this point in the history
Merge to master to publish v14.18.0
  • Loading branch information
ehoogerbeets authored Jul 26, 2023
2 parents 8cfcd81 + 69abd74 commit 68cd4c8
Show file tree
Hide file tree
Showing 40 changed files with 1,127 additions and 291 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run:
name: Set up OpenJDK
command: |
sudo apt-get install openjdk-11-jdk
sudo apt-get install -y openjdk-11-jdk
sudo update-alternatives --set java /usr/lib/jvm/java-11-openjdk-amd64/bin/java
sudo update-alternatives --set javac /usr/lib/jvm/java-11-openjdk-amd64/bin/javac
sudo update-alternatives --set javadoc /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc
Expand Down Expand Up @@ -69,11 +69,11 @@ workflows:
test-all-node-versions:
jobs:
- test:
docker_image: circleci/node:8-browsers
docker_image: cimg/node:8.17.0
- test:
docker_image: circleci/node:10-browsers
docker_image: cimg/node:10.24.1-browsers
- test:
docker_image: circleci/node:12-browsers
docker_image: cimg/node:12.22.12-browsers
- test:
docker_image: cimg/node:14.21.2-browsers
- test:
Expand Down
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

version=14.17.0
version=14.18.0
14 changes: 14 additions & 0 deletions docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Release Notes for Version 14
============================

Build 027
-------
Published as version 14.18.0

New Features:
* Updated pseudo strings to be encapsulated with square brackets so that you can tell when the resource string starts and ends.
* Added more pseudomap data for use in testing different fonts using pseudo locales.
* Added a "tall" property in some pseudomap.json files which gives the tallest glyph in the script.
This tallest glyph is included at the beginning of a pseudo localized string in order to test
if there is enough room for the height of text in each UI element.

Bug Fixes:
* Updated to IANA time zone data version 2023b and then 2023c

Build 026
-------
Published as version 14.17.0
Expand Down
55 changes: 55 additions & 0 deletions js/data/locale/am/pseudomap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"a": "",
"b": "",
"c": "",
"d": "",
"e": "",
"f": "",
"g": "",
"h": "",
"i": "",
"j": "",
"k": "",
"l": "",
"m": "",
"n": "",
"o": "",
"p": "",
"q": "",
"r": "",
"s": "",
"t": "",
"u": "",
"v": "",
"w": "",
"x": "",
"y": "",
"z": "",
"A": "",
"B": "",
"C": "",
"D": "",
"E": "",
"F": "",
"G": "",
"H": "",
"I": "",
"J": "",
"K": "",
"L": "",
"M": "",
"N": "",
"O": "",
"P": "",
"Q": "",
"R": "",
"S": "",
"T": "",
"U": "",
"V": "",
"W": "",
"X": "",
"Y": "",
"Z": "",
"tall": "ሿ፝"
}
43 changes: 43 additions & 0 deletions js/data/locale/as/pseudomap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"a": "",
"b": "",
"c": "",
"d": "",
"e": "",
"g": "",
"h": "",
"i": "",
"j": "",
"k": "",
"l": "",
"m": "",
"n": "",
"o": "",
"p": "",
"r": "",
"s": "",
"t": "",
"u": "",
"y": "",
"A": "",
"B": "",
"C": "",
"D": "",
"E": "",
"G": "",
"H": "",
"I": "",
"J": "",
"K": "",
"L": "",
"M": "",
"N": "",
"O": "",
"P": "",
"R": "",
"S": "",
"T": "",
"U": "",
"Y": "",
"tall": "ঠ্ড়ি"
}
43 changes: 43 additions & 0 deletions js/data/locale/bn/pseudomap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"a": "",
"b": "",
"c": "",
"d": "",
"e": "",
"g": "",
"h": "",
"i": "",
"j": "",
"k": "",
"l": "",
"m": "",
"n": "",
"o": "",
"p": "",
"r": "",
"s": "",
"t": "",
"u": "",
"y": "",
"A": "",
"B": "",
"C": "",
"D": "",
"E": "",
"G": "",
"H": "",
"I": "",
"J": "",
"K": "",
"L": "",
"M": "",
"N": "",
"O": "",
"P": "",
"R": "",
"S": "",
"T": "",
"U": "",
"Y": "",
"tall": "ঠ্ড়ি"
}
45 changes: 45 additions & 0 deletions js/data/locale/gu/pseudomap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"a": "",
"b": "",
"c": "",
"d": "",
"e": "",
"g": "",
"h": "",
"i": "",
"j": "",
"k": "",
"l": "",
"m": "",
"n": "",
"o": "",
"p": "",
"r": "",
"s": "",
"t": "",
"u": "",
"v": "",
"y": "",
"A": "",
"B": "",
"C": "",
"D": "",
"E": "",
"G": "",
"H": "",
"I": "",
"J": "",
"K": "",
"L": "",
"M": "",
"N": "",
"O": "",
"P": "",
"R": "",
"S": "",
"T": "",
"U": "",
"V": "",
"Y": "",
"tall": "ઈૄ"
}
51 changes: 51 additions & 0 deletions js/data/locale/hi/pseudomap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"a": "",
"b": "",
"c": "",
"d": "",
"e": "",
"f": "",
"g": "",
"h": "",
"i": "",
"j": "",
"k": "",
"l": "",
"m": "",
"n": "",
"o": "",
"p": "",
"q": "",
"r": "",
"s": "",
"t": "",
"u": "",
"v": "",
"y": "",
"z": "",
"A": "",
"B": "",
"C": "",
"D": "",
"E": "",
"F": "",
"g": "",
"H": "",
"I": "",
"J": "",
"K": "",
"L": "",
"M": "",
"N": "",
"O": "",
"P": "",
"Q": "",
"R": "",
"S": "",
"T": "",
"U": "",
"V": "",
"Y": "",
"Z": "",
"tall": "ई़ॄ"
}
55 changes: 55 additions & 0 deletions js/data/locale/ka/pseudomap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"a": "",
"A": "",
"b": "",
"B": "",
"c": "",
"C": "",
"d": "",
"D": "",
"e": "",
"E": "",
"f": "",
"F": "",
"g": "",
"G": "",
"h": "",
"H": "",
"i": "",
"I": "",
"j": "",
"J": "ჭ ",
"k": "",
"K": "",
"l": "",
"L": "",
"m": "",
"m": "",
"n": "",
"n": "",
"o": "",
"O": "",
"p": "",
"P": "",
"q": "",
"Q": "ყ ",
"r": "",
"R": "",
"s": "",
"S": "",
"t": "",
"T": "",
"u": "",
"U": "",
"v": "",
"V": "",
"w": "ჳ ",
"W": "ჳ ",
"x": "",
"X": "წ ",
"y": "",
"Y": "",
"z": "",
"Z": "",
"tall": "Ა̄̈ⴁ"
}
Loading

0 comments on commit 68cd4c8

Please sign in to comment.