We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ce5696 commit 12353ebCopy full SHA for 12353eb
2 files changed
lib/design/dimensions.dart
@@ -46,6 +46,14 @@ class CustomString {
46
"disconnecting": "กำลังตัดการเชื่อมต่อ",
47
"all_apps": "แอปทั้งหมด",
48
}[key]!;
49
+ case 'zh':
50
+ return {
51
+ "connected": "已连接",
52
+ "disconnected": "已断开",
53
+ "connecting": "正在连接",
54
+ "disconnecting": "正在断开",
55
+ "all_apps": "所有应用",
56
+ }[key]!;
57
case 'en':
58
default:
59
return {
@@ -59,6 +67,7 @@ class CustomString {
67
}
60
68
61
69
70
+
62
71
// style
63
72
const double elevation0 = 0;
64
73
lib/l10n/app_zh_cn.arb
0 commit comments