Browse Source

feat: pullrefresh添加国际化

yangxiaolu3 3 years ago
parent
commit
bb14dd852d
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/packages/locale/lang/id-ID.ts

+ 5 - 0
src/packages/locale/lang/id-ID.ts

@@ -100,5 +100,10 @@ class Lang extends BaseLang {
     forward: 'Maju cepat',
     mute: 'Bisu'
   };
+  pullrefresh = {
+    pulling: 'Tarik ke bawah untuk menyegarkan',
+    loosing: 'Lepaskan Refresh',
+    loading: 'Memuat...'
+  };
 }
 export default Lang;