tallbl0nde / TriPlayer

A feature-rich background audio player for Nintendo Switch (requires Atmosphere)
MIT License
174 stars 23 forks source link

Create zh-HANT.json #33

Closed tiansongyu closed 3 years ago

tiansongyu commented 3 years ago

https://github.com/switchbrew/libnx/blob/d91a2e22e7942a7e0e0b840c55f13675bc4066ac/nx/include/switch/services/pl.h#L18-L24

typedef enum {
    PlSharedFontType_Standard             = 0,  ///< Japan, US and Europe
    PlSharedFontType_ChineseSimplified    = 1,  ///< Chinese Simplified
    PlSharedFontType_ExtChineseSimplified = 2,  ///< Extended Chinese Simplified
    PlSharedFontType_ChineseTraditional   = 3,  ///< Chinese Traditional
    PlSharedFontType_KO                   = 4,  ///< Korean (Hangul)
    PlSharedFontType_NintendoExt          = 5,  ///< Nintendo Extended. This font only has the special Nintendo-specific characters, which aren't available with the other fonts.
    PlSharedFontType_Total,                     ///< Total fonts supported by this enum.
} PlSharedFontType;

I'm not sure if you have add the ChineseTraditional font in your Aether lib.Just a reminder : )

tallbl0nde commented 3 years ago

Thanks! And yes, Aether is all set for the other fonts :)