Explorar o código

Fix Japanese format

Shogo Iwano %!s(int64=6) %!d(string=hai) anos
pai
achega
ded89d34d9
Modificáronse 1 ficheiros con 25 adicións e 25 borrados
  1. 25 25
      lib/src/i18n_model.dart

+ 25 - 25
lib/src/i18n_model.dart

@@ -560,35 +560,35 @@ final _i18nModel = {
     'done': '決定する',
     'today': '今日',
     'monthShort': [
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '十一月',
-      '十二月'
+      '1月',
+      '2月',
+      '3月',
+      '4月',
+      '5月',
+      '6月',
+      '7月',
+      '8月',
+      '9月',
+      '10月',
+      '11月',
+      '12月'
     ],
     'monthLong': [
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '月',
-      '十一月',
-      '十二月'
+      '1月',
+      '2月',
+      '3月',
+      '4月',
+      '5月',
+      '6月',
+      '7月',
+      '8月',
+      '9月',
+      '10月',
+      '11月',
+      '12月'
     ],
     'day': ['月曜日', '火曜日', '水曜日', '木曜日', '金曜日', '土曜日', '日曜日'],
-    'am': '',
+    'am': '午前',
     'pm': '午後'
   },
   'de': {