dreampad/lib/app/lang/zh_CN.dart
2023-11-28 10:45:09 +08:00

8 lines
158 B
Dart

// ignore_for_file: constant_identifier_names, file_names
const Map<String, String> zh_CN = {
'home': '首页',
'me': '我的',
'notice': '消息',
};