Skip to content

Commit

Permalink
Updating site to encourage translations
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Jun 26, 2021
1 parent cb04c00 commit 6d96fbf
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.vscode/*
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ Additionally, in D&D5e only:
* Failing that, it will perforrm the 'Light' cantrip if you have that.
* Failing that, if you have torches, it consumes one, decrementing the quantity on each use.
* The button will show as disabled when you turn on the HUD if you have no torches left. (It doesn't currently disable the button while the HUD remains open, though, after you have extinguished your last remaining torch. Room for improvement.)

## History

This module was originally written by @Deuce. After several months of no activity, @lupestro eventually submitted the PR to get its features working reliably in FoundryVTT 0.8. After control transferred to the League, the PR was approved. The module is now somewhat actively maintained by @lupestro.

## Changelog

This has needed to be pieced together a bit, but here's what I've gleaned from the GIT history.
Expand All @@ -36,8 +31,29 @@ This has needed to be pieced together a bit, but here's what I've gleaned from t
* 1.0.1 - November 26, 2019 - (Stephen Hurd) - Use await on all promises.
* 1.0.0 - November 25, 2019 - (Stephen Hurd) - Add support for Dancing Lights.

## Translation Status
The following is the current status of translation. Some features have arrived, introducing new strings, since translations were last done.

| Language | Completion | Contributors |
| -------- | ---------- | ------------ |
| en | `[##########]` 16/16 (100%) | deuce |
| 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 |

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.

It's only 16 strings so far, a satisfying afternoon, even for someone who's never committed to an open source project before, and your name will go into the readme right here next to the language. Fork, clone, update, _test locally_, commit, and then submit a PR. Holler for @lupestro on Discord if you need help getting started.
## History

This module was originally written by @Deuce. After it sustained several months of inactivity in 2021, @lupestro submitted a PR to get its features working reliably in FoundryVTT 0.8. Deuce agreed to transfer control to the League with @lupestro as maintainer, the changes were committed and a release was made from the League fork. All the PRs that were open at the time of the transfer are now committed and attention has turned to fulfilling some of the feature requests in a maintainable way while retaining the "one-button" character of the original module.

## License

"THE BEER-WARE LICENSE" (Revision 42): (From torch.js in this module)

<[email protected]> wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. Stephen Hurd

(So I think we all owe Stephen a beer for making this thing.)
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
cd .. && zip -x\*.git\* -r torch/torch.zip torch -x \*.git\* \*zipit.sh \*.vscode\*

0 comments on commit 6d96fbf

Please sign in to comment.