Skip to content

Commit

Permalink
Directory structure overhaul
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoyuVanilla committed May 25, 2020
1 parent 1f9a2dc commit 329a314
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 19 deletions.
27 changes: 12 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,26 @@
![](https://img.shields.io/badge/Foundry-v0.5.5-informational)
![](https://img.shields.io/badge/Foundry-v0.5.7-informational)

# FoundryVTT-lang-ko-KR

* **Version**: 0.3.3
* **Foundry VTT Compatibility**: 0.5.7
* **Module Requirement(s)**: None

## Description
Foundry VTT의 기본 기능들을 한국어로 출력해 주는 한국어 모듈입니다.

Foundry VTT의 기본 기능들을 한국어로 출력해 주는 모듈입니다.
폰트 및 워드 브레이크 속성도 한국어에 맞게 변경합니다.

## Installation

* Foundry VTT를 실행해 셋업 창의 **"Add-On Modules"** 탭에서 **"Install Module"** 를 클릭하세요.
* 다음 링크를 붙여넣습니다. https://raw.githubusercontent.com/ShoyuVanilla/FoundryVTT-lang-ko-KR/master/module.json
* **Install** 버튼을 클릭합니다.
* **Filter Packages** 입력란에 `Korean`을 검색해 `Tranlsation: Korean [Core]` 항목의 Install 버튼을 클릭합니다.
* **Game Worlds** 탭에서 게임을 실행 후 우측 메뉴의 **Game Settings** 탭에서 **Configure Settings** 버튼을 클릭합니다.
* **Language Preference** 드롭다운 메뉴를 **English**에서 **한국어**로 변경 후 설정 창 하단의 **Save Changes** 버튼을 클릭합니다.
* 한국어 폰트도 적용하려면 **모듈 관리** 설정에서 **ko-KR - Core Game** 체크박스에 체크합니다.
* **Language Preference** 드롭다운 메뉴를 **English**에서 **한국어 (Korean)**로 변경 후 설정 창 하단의 **Save Changes** 버튼을 클릭합니다.
* 한국어 폰트 및 워드 브레이크 속성도 적용하려면 **모듈 관리** 설정에서 **Tranlsation: Korean [Core]** 체크박스에 체크합니다.

## Update Notes
**Version**: 0.3.3
* Foundry VTT 0.5.7 대응

**Version**: 0.3.0
* 한국어 폰트 지원.

**Version**: 0.2.0
* Foundry VTT 0.5.5 대응 및 오역 다수 수정.
**Version**: 0.3.3

**Version**: 0.1.0
* 첫 버전.
* Foundry VTT 0.5.7 대응
File renamed without changes.
8 changes: 4 additions & 4 deletions module.json → module/module.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ko-KR",
"title": "ko-KR - Core Game",
"description": "Add Korean (한국어) language to FoundryVTT",
"title": "Tranlsation: Korean [Core]",
"description": "FoundryVTT 코어 소프트웨어의 한국어화 모듈입니다.",
"version": "0.3.3",
"minimumCoreVersion" : "0.5.7",
"compatibleCoreVersion": "0.5.7",
Expand All @@ -15,11 +15,11 @@
{
"lang": "ko",
"name": "한국어 (Korean)",
"path": "ko-KR.json"
"path": "ko.json"
}
],

"url": "https://github.com/ShoyuVanilla/FoundryVTT-lang-ko-KR",
"manifest": "https://raw.githubusercontent.com/ShoyuVanilla/FoundryVTT-lang-ko-KR/v0.3.3/module.json",
"download": "https://github.com/ShoyuVanilla/FoundryVTT-lang-ko-KR/archive/v0.3.3.zip"
"download": "https://github.com/ShoyuVanilla/FoundryVTT-lang-ko-KR/releases/download/v0.3.3/release.zip"
}
File renamed without changes.

0 comments on commit 329a314

Please sign in to comment.