mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +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>
|
/// <summary>
|
||||||
/// Array of language codes which have a valid translation in Dalamud.
|
/// Array of language codes which have a valid translation in Dalamud.
|
||||||
/// </summary>
|
/// </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";
|
private const string FallbackLangCode = "en";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue