StormyLocalizationConfig.zhCN constructor
StormyLocalizationConfig.zhCN()
创建默认中文配置
Implementation
factory StormyLocalizationConfig.zhCN() {
return StormyLocalizationConfig(
common: StormyCommonLocalizationConfig.zhCN(),
refresh: StormyRefreshLocalizationConfig.zhCN(),
);
}