소스 검색

添加国际化标识

liukai 4 달 전
부모
커밋
7832ace53d
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/cs_resources/lib/l10n/intl_en.arb
  2. 1 0
      packages/cs_resources/lib/l10n/intl_zh_CN.arb
  3. 1 0
      packages/cs_resources/lib/l10n/intl_zh_HK.arb

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

@@ -1,4 +1,5 @@
 {
+  "@@locale": "en",
   "payment": "Payment",
   "rewards": "Rewards",
   "notification": "Notification",

+ 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": "通知",