diff --git a/README.md b/README.md index 6963a03..b4bdfaf 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.2 - June 29, 2021 - (Lupestro, zarmstrong, lozalojo) Spanish updates and URL in module.json * 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 @@ -38,9 +39,9 @@ The following is the current status of translation. Some features have arrived, | Language | Completion | Contributors | | -------- | ---------- | ------------ | | en | `[##########]` 16/16 (100%) | deuce | -| zh-cn | `[#######---]` 12/16 (75%) | xticime | -| es | `[#########-]` 14/16 (87%) | lozalojo | -| fr | `[#########-]` 14/16 (87%) | Aymeeric | +| zh-cn | `[#######---]` 12/16 (75%) | xticime | +| es | `[##########]` 14/16 (100%) | lozalojo | +| fr | `[#########-]` 14/16 (87%) | Aymeeric | | pt-br | `[##########]` 16/16 (100%) | rinnocenti | | zh-tw | `[##########]` 16/16 (100%) | zeteticl | diff --git a/build/localdeploy.sh b/build/localdeploy.sh index 5f1df57..96c6224 100755 --- a/build/localdeploy.sh +++ b/build/localdeploy.sh @@ -1,8 +1,11 @@ -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 +#!/bin/zsh +echo VTTDATA = $VTTDATA +echo VTT7DATA = $VTT7DATA +cp -v ../torch.js $VTTDATA/modules/torch/torch.js +cp -v ../module.json $VTTDATA/modules/torch/module.json +cp -v ../README.md $VTTDATA/modules/torch/README.md +cp -v ../lang/*.json $VTTDATA/modules/torch/lang/ +cp -v ../torch.js $VTT7DATA/modules/torch/torch.js +cp -v ../module.json $VTT7DATA/modules/torch/module.json +cp -v ../README.md $VTT7DATA/modules/torch/README.md +cp -v ../lang/*.json $VTT7DATA/modules/torch/lang/ diff --git a/module.json b/module.json index edb3517..e3d45cc 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "torch", "title": "Torch", "description": "Torch HUD Controls", - "version": "1.3.1", + "version": "1.3.2", "author": "Deuce", "languages": [ { diff --git a/torch.zip b/torch.zip index 22a3735..f7070a5 100644 Binary files a/torch.zip and b/torch.zip differ