Преглед изворни кода

Update localization for high income description in English, Indonesian, and Chinese

- Changed the description for "highIncome" to reflect a monthly income limit of 6,000,000 IDR across all language files.
- Removed unnecessary CSS transformation in the apply.vue file for improved styling consistency.
0es пре 1 месец
родитељ
комит
fca828834c
4 измењених фајлова са 3 додато и 4 уклоњено
  1. 0 1
      app/pages/native/playmate/apply.vue
  2. 1 1
      i18n/locales/en.json
  3. 1 1
      i18n/locales/id.json
  4. 1 1
      i18n/locales/zh.json

+ 0 - 1
app/pages/native/playmate/apply.vue

@@ -370,7 +370,6 @@ const onAgreement = () => {
 
 .steps__chevron {
   color: #c9cdd4;
-  transform: rotate(180deg);
 }
 
 .step {

+ 1 - 1
i18n/locales/en.json

@@ -214,7 +214,7 @@
           },
           "highIncome": {
             "title": "High Income",
-            "desc": "Monthly income up to 1,000 yuan"
+            "desc": "Monthly income up to 6,000,000 IDR"
           },
           "friends": {
             "title": "Make friends",

+ 1 - 1
i18n/locales/id.json

@@ -215,7 +215,7 @@
           },
           "highIncome": {
             "title": "Pendapatan tinggi",
-            "desc": "Pendapatan bulanan hingga 1000 yuan"
+            "desc": "Pendapatan bulanan hingga 6,000,000 IDR"
           },
           "friends": {
             "title": "Cari teman",

+ 1 - 1
i18n/locales/zh.json

@@ -215,7 +215,7 @@
           },
           "highIncome": {
             "title": "高收入",
-            "desc": "月收入最高可达1000元"
+            "desc": "月收入最高可达6,000,000 IDR"
           },
           "friends": {
             "title": "交朋友",