2 커밋 00399be50c ... 488db0042d

작성자 SHA1 메시지 날짜
  liukai 488db0042d intl的生成报错问题排查与解决,能正显示国际化文案 1 개월 전
  liukai 7832ace53d 添加国际化标识 1 개월 전

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 8 - 6
packages/cs_resources/lib/generated/intl/messages_en.dart


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 368 - 1
packages/cs_resources/lib/generated/intl/messages_zh_CN.dart


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 353 - 1
packages/cs_resources/lib/generated/intl/messages_zh_HK.dart


+ 4 - 4
packages/cs_resources/lib/generated/l10n.dart

@@ -2520,13 +2520,13 @@ class S {
     );
   }
 
-  /// `I,the resident,herein confirm that we have read and will fully abide by the rules & regulations governing car parking of Parc Life. We  further undertake to display the car park label, prominently on the top left(passenger side) portion of the front windscreen of our vehicle at all times whilst in Parc Life.`
-  String get signature_vehicle {
+  /// `I,the resident,herein confirm that we have read and will fully abide by the rules & regulations governing car parking of {name}. We further undertake to display the car park label, prominently on the top left(passenger side) portion of the front windscreen of our vehicle at all times whilst in {name}.`
+  String signature_vehicle(Object name) {
     return Intl.message(
-      'I,the resident,herein confirm that we have read and will fully abide by the rules & regulations governing car parking of Parc Life. We  further undertake to display the car park label, prominently on the top left(passenger side) portion of the front windscreen of our vehicle at all times whilst in Parc Life.',
+      'I,the resident,herein confirm that we have read and will fully abide by the rules & regulations governing car parking of $name. We further undertake to display the car park label, prominently on the top left(passenger side) portion of the front windscreen of our vehicle at all times whilst in $name.',
       name: 'signature_vehicle',
       desc: '',
-      args: [],
+      args: [name],
     );
   }
 

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 1
packages/cs_resources/lib/l10n/intl_en.arb


+ 1 - 0
packages/cs_resources/lib/l10n/intl_zh_CN.arb

@@ -1,4 +1,5 @@
 {
+  "@@locale": "zh_CN",
   "payment": "支付",
   "rewards": "奖励",
   "notification": "通知",

+ 1 - 0
packages/cs_resources/lib/l10n/intl_zh_HK.arb

@@ -1,4 +1,5 @@
 {
+  "@@locale": "zh_HK",
   "payment": "支付",
   "rewards": "獎勵",
   "notification": "通知",