Skip to content

Conversation

helpful-fox-senko-san
Copy link
Contributor

This adds Traditional Chinese to the language selection. Does not add any translated text.

Because of the naming of the .resx files, the simplified chinese translation ends up being used instead of English, due to the fallback priority:

  • Fallback priority: UIStrings.zh-Hant.resx -> UIStrings.zh.resx -> UIStrings.resx

To implement the Traditional Chinese language translation, create resx files with the .zh-Hant.resx suffix.

If you want Traditional Chinese to fall back to English instead of Simplified Chinese, rename the existing zh files to zh-Hans, so they become independent, e.g.:

  • UIStrings.zh-Hans.resx
  • UIStrings.zh-Hant.resx

Depends on xivModdingFramework pull request: TexTools/xivModdingFramework#99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant