Skip to content

Commit

Permalink
add korean language
Browse files Browse the repository at this point in the history
  • Loading branch information
tonifisler committed May 22, 2020
1 parent 9ce9c03 commit 782ab13
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.1 (2020-05-22)

- add Korean language support (thanks @KLO#1490)

## 1.3.0 (2020-05-02)

- improve code quality
Expand Down
5 changes: 5 additions & 0 deletions lang/ko.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"COMBAT.groupRollsInitiative": "우선권 굴리기! (그룹)",
"COMBAT.RollGroupInitiative": "집단 우선권 굴림",
"COMBAT.RollGroupInitiativeHint": "컴뱃 트래커에서 \"NPC 우선권 굴리기\" 혹은 \"모든 우선권 굴리기\" 버튼을 눌렀을 때 동일 크리처(동일 액터) 집단이 굴림값을 공유한다."
}
11 changes: 8 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"title": "Group Initiative",
"description": "Roll group initiative from the Combat tracker.",
"author": "thorni",
"version": "1.3.0",
"version": "1.3.1",
"minimumCoreVersion": "0.5.3",
"compatibleCoreVersion": "0.5.7",
"compatibleCoreVersion": "0.6.0",
"scripts": [],
"esmodules": ["group-initiative.js"],
"url": "https://github.com/tonifisler/foundry-group-initiative",
"manifest": "https://raw.githubusercontent.com/tonifisler/foundry-group-initiative/master/module.json",
"download": "https://github.com/tonifisler/foundry-group-initiative/archive/1.3.0.zip",
"download": "https://github.com/tonifisler/foundry-group-initiative/archive/1.3.1.zip",
"changelog": "https://github.com/tonifisler/foundry-group-initiative/blob/master/CHANGELOG.md",
"readme": "https://github.com/tonifisler/foundry-group-initiative/blob/master/README.md",
"languages": [
Expand All @@ -23,6 +23,11 @@
"lang": "fr",
"name": "French",
"path": "lang/fr.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json"
}
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "group-initiative",
"version": "1.2.0",
"version": "1.3.1",
"description": "Roll group initiative from the combat tracker in Foundry VTT",
"main": "scripts/initiative.js",
"scripts": {
Expand Down

0 comments on commit 782ab13

Please sign in to comment.