Skip to content

fix: cannot parse zh_Hant language file #781

Allen Zhu requested to merge celeron533/tinyMediaManager:zh_hant into devel

In the resource file, There are two language files:

  • messages_zh.properties (simplified Chinese)
  • messages_zh_Hant.properties (traditional Chinese)

And there has problem when parsing the file name in pattern messages_xx_xxyy.properties

Merge request reports