Browse Source

[feat]修改flutter_string_get的语言配置为zh_CN

hezihao 8 months ago
parent
commit
9e146cd9d2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      lib/resource/string.gen.dart
  2. 1 1
      pubspec.yaml

+ 1 - 1
lib/resource/string.gen.dart

@@ -355,7 +355,7 @@ class StringName {
 class StringMultiSource {
 class StringMultiSource {
   StringMultiSource._();
   StringMultiSource._();
   static const Map<String, Map<String, String>> values = {
   static const Map<String, Map<String, String>> values = {
-    'en_US': {
+    'zh_CN': {
       'app_name': '追爱小键盘',
       'app_name': '追爱小键盘',
       'main_tab_keyboard': '键盘',
       'main_tab_keyboard': '键盘',
       'main_tab_mine': '我的',
       'main_tab_mine': '我的',

+ 1 - 1
pubspec.yaml

@@ -201,7 +201,7 @@ flutter_gen:
       - assets/color/color.xml
       - assets/color/color.xml
 
 
 flutter_string_get:
 flutter_string_get:
-  language: 'en_US'
+  language: 'zh_CN'