diff --git a/README.md b/README.md index cf663e4..6963a03 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. diff --git a/build/localdeploy.sh b/build/localdeploy.sh new file mode 100755 index 0000000..5f1df57 --- /dev/null +++ b/build/localdeploy.sh @@ -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 diff --git a/lang/zh-TW.json b/lang/zh-TW.json index 446ece4..144668e 100644 --- a/lang/zh-TW.json +++ b/lang/zh-TW.json @@ -1,7 +1,6 @@ { - "I18N.MAINTAINERS": [ - "Chivell" - ], + "I18N.MAINTAINERS": ["Chivell"], + "torch.playerTorches.name": "玩家火炬", "torch.playerTorches.hint": "允許玩家自行開關自己的火炬。", "torch.brightRadius.hint": "發出多少格單位的亮光。", diff --git a/module.json b/module.json index b0c6c6d..6f8f2f4 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "torch", "title": "Torch", "description": "Torch HUD Controls", - "version": "1.3.0", + "version": "1.3.1", "author": "Deuce", "languages": [ { diff --git a/torch.zip b/torch.zip index 89eb706..22a3735 100644 Binary files a/torch.zip and b/torch.zip differ diff --git a/zipit.sh b/zipit.sh index dcdf506..529a299 100755 --- a/zipit.sh +++ b/zipit.sh @@ -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\*