Temporal addition of Korean l10n

Since the localization project didn't allow me to contribute, I ended up open ip the repo, add up the file, localize, and finally have it able to apply.

- Added: l10n/phrases_ko.go // korean l10n
- Modified: l10n/strings.go // Add casing to have above change able to apply
This commit is contained in:
Hoto Ras
2024-03-31 13:42:18 +09:00
parent d81124d454
commit ecf7fd1f90
2 changed files with 36 additions and 0 deletions
+2
View File
@@ -34,6 +34,8 @@ func Strings(lang string) map[string]string {
return phrasesIT
case "ja":
return phrasesJA
case "ko":
return phrasesKO
case "lt":
return phrasesLT
case "mk":