Dennis

Results 3 comments of Dennis

zh-Hans-CN zh-Hans-TW zh-Hans-CN in ios it should use zh-Hans. when add in to my app, it will make difference from native.

> 突发奇想用一招狸猫换太子work around了一下,虽不完美但能用。 思路是牺牲一个 Locale(小语种, 偏远小国),强制替换zh_hant. 拿芬兰语(500万使用人数)+ 库克群岛(一万多人口)为例: > > ```dart > ... > useOnlyLangCode: false, > supportedLocales: const [ > ... > Locale('fi', 'COK'), > ... > ] >...

@liushuangddu 按理说已经unowned,不会造成循环引用啊