mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
Add Chinese Language Code (#818)
This commit is contained in:
parent
1395e3a555
commit
dd0159ae5a
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ namespace Dalamud
|
|||
/// <summary>
|
||||
/// Array of language codes which have a valid translation in Dalamud.
|
||||
/// </summary>
|
||||
public static readonly string[] ApplicableLangCodes = { "de", "ja", "fr", "it", "es", "ko", "no", "ru" };
|
||||
public static readonly string[] ApplicableLangCodes = { "de", "ja", "fr", "it", "es", "ko", "no", "ru", "zh", "tw" };
|
||||
|
||||
private const string FallbackLangCode = "en";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue