Skip to content

Commit

Permalink
Release prep done for two translation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Lupestro committed Jun 29, 2021
1 parent c4cac78 commit 84b2e12
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 7 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Additionally, in D&D5e only:

This has needed to be pieced together a bit, but here's what I've gleaned from the GIT history.

* 1.3.1 - June 29, 2021 - (Lupestro) Updated zh-tw translation from zeteticl and pt-br translation from rinnocenti to 100% of strings. Thanks y'all!
* 1.3.0 - June 25, 2021 - (Lupestro) Incorporated pending Taiwan Chinese and Brazilian Portuguese translations from zeteticl and rinnocenti.
* 1.2.1 - June 11, 2021 - (Lupestro) Cleaned up console logging noise I had created
* 1.2.0 - June 10, 2021 - (Lupestro) Updated for 0.8.6, but ensured it still functions in 0.7.x.
Expand Down Expand Up @@ -40,8 +41,8 @@ The following is the current status of translation. Some features have arrived,
| zh-cn | `[#######---]` 12/16 (75%) | xticime |
| es | `[#########-]` 14/16 (87%) | lozalojo |
| fr | `[#########-]` 14/16 (87%) | Aymeeric |
| pt-br | `[#########-]` 14/16 (87%) | rinnocenti |
| zh-tw | `[#######---]` 12/16 (75%) | zeteticl |
| pt-br | `[##########]` 16/16 (100%) | rinnocenti |
| zh-tw | `[##########]` 16/16 (100%) | zeteticl |

PRs for further translations will be dealt with promptly. While German, Japanese, and Korean are most especially desired - our translation story seems deeply incomplete without them - all others are welcome.

Expand Down
8 changes: 8 additions & 0 deletions build/localdeploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cp ../torch.js $VTTDATA/modules/torch/torch.js
cp ../module.json $VTTDATA/modules/torch/module.json
cp ../README.md $VTTDATA/modules/torch/README.md
cp ../lang/*.json $VTTDATA/modules/torch/lang
cp ../torch.js $VTT7DATA/modules/torch/torch.js
cp ../module.json $VTT7DATA/modules/torch/module.json
cp ../README.md $VTT7DATA/modules/torch/README.md
cp ../lang/*.json $VTT7DATA/modules/torch/lang
5 changes: 2 additions & 3 deletions lang/zh-TW.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"I18N.MAINTAINERS": [
"Chivell"
],
"I18N.MAINTAINERS": ["Chivell"],

"torch.playerTorches.name": "玩家火炬",
"torch.playerTorches.hint": "允許玩家自行開關自己的火炬。",
"torch.brightRadius.hint": "發出多少格單位的亮光。",
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "torch",
"title": "Torch",
"description": "Torch HUD Controls",
"version": "1.3.0",
"version": "1.3.1",
"author": "Deuce",
"languages": [
{
Expand Down
Binary file modified torch.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion zipit.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

rm torch.zip
cd .. && zip -x\*.git\* -r torch/torch.zip torch -x \*.git\* \*zipit.sh \*.vscode\*
cd .. && zip -x\*.git\* -r torch/torch.zip torch -x \*.git\* \*zipit.sh \*.vscode\* \*build\* \*test\*

0 comments on commit 84b2e12

Please sign in to comment.