-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Temporarily add module.json on root directory
To support updates from previous versions
- Loading branch information
1 parent
c7226ed
commit 1800435
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |