-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase number of supported languages for translator command
- Loading branch information
Showing
15 changed files
with
228 additions
and
130 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
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
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
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
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
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 |
---|---|---|
@@ -1,9 +1,12 @@ | ||
# /chat update_language | ||
# /chat set_language | ||
|
||
Update the chat language to the current discord language. | ||
Update the chat language to the current discord language. Updating the language doesn't affect the chat history. | ||
|
||
If the parameter `language` is provided, update the chat language to the provided language. | ||
|
||
## Usage | ||
|
||
* If the parameter `current_language` is set to `False`, you can select the language you want. | ||
|
||
## Parameters | ||
|
||
* `language` (Optional): The new chat language. Defaults to your current discord language. | ||
* `current_language` (Optional): Set your chat language to your current discord language. Defaults to True. |
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 |
---|---|---|
@@ -1,9 +1,10 @@ | ||
# /채팅 언어변경 | ||
|
||
현재 디스코드 언어로 채팅 언어를 변경합니다. | ||
현재 디스코드 언어로 채팅 언어를 변경합니다. 언어를 변경해도 채팅 기록은 사라지지 않습니다. | ||
|
||
만약 변수인 `언어`를 입력한다면 해당 언어로 변경됩니다. | ||
## 사용법 | ||
* 만약 현재 디스코드 언어가 아닌 다른 언어로 설정하고 싶다면 `현재언어`를 `False`로 설정하고 언어를 선택하실 수 있습니다. | ||
|
||
# 변수 | ||
## 변수 | ||
|
||
* `언어` (선택적): 변경할 언어입니다. | ||
* `현재언어` (선택적): 언어를 현재 디스코드 언어로 설정합니다. 기본값은 True 입니다. |
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
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 |
---|---|---|
@@ -1,25 +1,46 @@ | ||
zh-CN = Chinese (Simplified) | ||
zh-TW = Chinese (Traditional) | ||
nl = Dutch | ||
ar = Arabic | ||
az = Azerbaijani | ||
bg = Bulgarian | ||
bn = Bengali | ||
ca = Catalan | ||
cs = Czech | ||
da = Danish | ||
de = German | ||
el = Greek | ||
en = English | ||
tl = Filipino | ||
eo = Esperanto | ||
es = Spanish | ||
et = Estonian | ||
fa = Persian | ||
fi = Finnish | ||
fr = French | ||
de = German | ||
el = Greek | ||
ga = Irish | ||
he = Hebrew | ||
hi = Hindi | ||
hu = Hungarian | ||
id = Indonesian | ||
it = Italian | ||
ja = Japanese | ||
ko = Korean | ||
li = Limburgish | ||
lt = Lithuanian | ||
lv = Latvian | ||
ms = Malay | ||
nb = Norwegian (Bokmål) | ||
nl = Dutch | ||
no = Norwegian | ||
pl = Polish | ||
pt = Portuguese | ||
ro = Romanian | ||
ru = Russian | ||
es = Spanish | ||
sk = Slovak | ||
sl = Slovenian | ||
sq = Albanian | ||
sv = Swedish | ||
th = Thai | ||
tl = Filipino | ||
tr = Turkish | ||
uk = Ukrainian | ||
vi = Vietnamese | ||
zh-CN = Chinese (Simplified) | ||
zh-TW = Chinese (Traditional) |
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
Oops, something went wrong.