mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
add ko, no, ru to loc
This commit is contained in:
parent
7f3f832682
commit
329c7d2645
2 changed files with 4 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ namespace Dalamud
|
|||
class Localization {
|
||||
private readonly string workingDirectory;
|
||||
|
||||
public static readonly string[] ApplicableLangCodes = { "de", "ja", "fr", "it", "es" };
|
||||
public static readonly string[] ApplicableLangCodes = { "de", "ja", "fr", "it", "es", "ko", "no", "ru" };
|
||||
|
||||
public Localization(string workingDirectory) {
|
||||
this.workingDirectory = workingDirectory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue