mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +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
|
|
@ -24,6 +24,9 @@ namespace Dalamud.Interface
|
|||
{AssetStoreUrl + "UIRes/loc/dalamud/dalamud_fr.json", "UIRes/loc/dalamud/dalamud_fr.json" },
|
||||
{AssetStoreUrl + "UIRes/loc/dalamud/dalamud_it.json", "UIRes/loc/dalamud/dalamud_it.json" },
|
||||
{AssetStoreUrl + "UIRes/loc/dalamud/dalamud_ja.json", "UIRes/loc/dalamud/dalamud_ja.json" },
|
||||
{AssetStoreUrl + "UIRes/loc/dalamud/dalamud_ja.json", "UIRes/loc/dalamud/dalamud_ko.json" },
|
||||
{AssetStoreUrl + "UIRes/loc/dalamud/dalamud_ja.json", "UIRes/loc/dalamud/dalamud_no.json" },
|
||||
{AssetStoreUrl + "UIRes/loc/dalamud/dalamud_ja.json", "UIRes/loc/dalamud/dalamud_ru.json" },
|
||||
{"https://img.finalfantasyxiv.com/lds/pc/global/fonts/FFXIV_Lodestone_SSF.ttf", "UIRes/gamesym.ttf" }
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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