Skip to content

Commit

Permalink
add polish language
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Jun 21, 2024
1 parent bdc81ac commit 6cba5a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
## v11.6.1

### Enhancement
- [#109] Add support for the Polish language

### Bugfix
- [#110] Adding Truth to NPC or Vehicle record in a Compendium Throws error

### Chores
- [#108] Merge new French and Polish translation updates from Crowdin

*Many thanks to **Kazek360** for contributing the Polish language translations*

---

## v11.6.0
Expand Down
6 changes: 6 additions & 0 deletions system/system.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
"path": "i18n/fr.json",
"flags": {}
},
{
"lang": "pl",
"name": "Polski",
"path": "i18n/pl.json",
"flags": {}
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
Expand Down

0 comments on commit 6cba5a3

Please sign in to comment.