Skip to content

Commit

Permalink
Temporarily add module.json on root directory
Browse files Browse the repository at this point in the history
To support updates from previous versions
  • Loading branch information
ShoyuVanilla committed May 26, 2020
1 parent c7226ed commit 1800435
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "ko-KR",
"title": "Tranlsation: Korean [Core]",
"description": "FoundryVTT 코어 소프트웨어의 한국어화 모듈입니다.",
"version": "0.3.4",
"minimumCoreVersion" : "0.6.0",
"compatibleCoreVersion": "0.6.0",
"author": "Shoyu Vanilla",

"scripts": [],
"styles": ["style.css"],
"packs": [],

"languages": [
{
"lang": "ko",
"name": "한국어 (Korean)",
"path": "ko.json"
}
],

"url": "https://github.com/ShoyuVanilla/FoundryVTT-lang-ko-KR",
"manifest": "https://raw.githubusercontent.com/ShoyuVanilla/FoundryVTT-lang-ko-KR/master/module/module.json",
"download": "https://github.com/ShoyuVanilla/FoundryVTT-lang-ko-KR/releases/download/v0.3.4/release.zip"
}

0 comments on commit 1800435

Please sign in to comment.