Skip to content

Commit

Permalink
Preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lupestro committed Aug 10, 2024
1 parent 4413c60 commit 95daefc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Middle Kingdom - v10 -> main branch

### 2.14.0 - August 10, 2024 - Italian translation added
- [FEATURE] Italian translation provided (Thanks, @GregoryWarn)

### 2.13.1 - May 25, 2024 - Brazilian Portuguese updated
- [FEATURE] Completed Brazilian Portuguese translation

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ The following is the current status of translation. Some features have arrived,
| en | `[######################]` 22/22 (100%) | deuce, lupestro |
| es | `[######################]` 12/22 (100%) | lozanoje, WallaceMcGregor |
| fr | `[##################----]` 18/22 (82%) | Aymeeric |
| it | `[######################]` 22/22 (100%) | GregoryWarn |
| ja | `[######################]` 22/22 (100%) | doumoku |
| pt-br | `[######################]` 22/22 (100%) | Innocenti, Andersants |
| zh-cn | `[##########------------]` 10/22 (56%) | xticime |
Expand Down
2 changes: 1 addition & 1 deletion lang/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"torch.gameLightSources.hint": "File JSON contenente fonti di luce addizionali da usare in aggiunta a quelle fornite",
"torch.brightRadius.name": "Raggio Luce Intensa",
"torch.dimRadius.name": "Raggio Luce Fioca",
"torch.help.supplyExhausted.title": "Scorta Esaurita",
"torch.help.supplyExhausted.title": "Scorta Esaurita",
"torch.help.supplyExhausted.body": "<p>La tua fonte di luce è consumabile e la tua quantità è scesa a zero. Aumenta la quantità dell'oggetto per accenderne uno nuovo.</p>",
"torch.help.setupSources.title": "Impostazione delle sorgenti luminose",
"torch.help.setupSources.body": "<p>Il tuo personaggio attualmente non ha fonti di luce nel suo inventario, né come oggetti né come incantesimi.</p><p>Per i sistemi riconosciuti, le sorgenti luminose offerte si basano sul nome degli oggetti in inventario. Posizionare fonti di luce conosciute nel tuo inventario le renderà disponibili per te. </p><p>Alcune fonti di luce sono consumabili, come candele e torce. Per questi, l'utilizzo di una fonte di luce ne diminuisce la quantità di uno.</p><p>Per i sistemi che non hanno sorgenti luminose basate sull'inventario configurate, è possibile configurare le sorgenti luminose tramite le impostazioni del modulo. In questo caso, tutti gli attori ricevono la stessa fonte di luce.</p><p>È possibile far riconoscere un sistema fornendo un file JSON di sorgenti luminose, come descritto nel file README.md.</p><p>Se hai più fonti di luce nel tuo inventario, puoi sceglierne una facendo clic con il pulsante destro del mouse sul pulsante Torcia sull'HUD quando non hai una fonte di luce accesa.</p>"
Expand Down
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "torch",
"title": "Torch",
"description": "Torch HUD Controls",
"version": "2.13.1",
"version": "2.14.0",
"authors": [
{
"name": "Deuce",
Expand Down Expand Up @@ -81,7 +81,7 @@
"url": "https://github.com/League-of-Foundry-Developers/torch",
"compatibility": {
"minimum": "10",
"verified": "12.324",
"verified": "12.330",
"maximum": "12"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "torch",
"version": "2.13.1",
"version": "2.14.0",
"description": "Torch HUD Controls",
"main": "src/torch.js",

Expand Down

0 comments on commit 95daefc

Please sign in to comment.