Skip to content

Commit

Permalink
Final prep for 1.3.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Jun 29, 2021
1 parent e11454f commit 1d98a21
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
7 changes: 4 additions & 3 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.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
Expand Down Expand Up @@ -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 |

Expand Down
19 changes: 11 additions & 8 deletions build/localdeploy.sh
Original file line number Diff line number Diff line change
@@ -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/
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.1",
"version": "1.3.2",
"author": "Deuce",
"languages": [
{
Expand Down
Binary file modified torch.zip
Binary file not shown.

0 comments on commit 1d98a21

Please sign in to comment.