Skip to content

Commit

Permalink
Add wallet sequence change feature
Browse files Browse the repository at this point in the history
  • Loading branch information
HeesungB committed Jun 20, 2024
1 parent 664bcc0 commit 69865c8
Show file tree
Hide file tree
Showing 7 changed files with 957 additions and 342 deletions.
1 change: 1 addition & 0 deletions apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"react-native-ble-plx": "^2.0.3",
"react-native-code-push": "^8.2.1",
"react-native-device-info": "^10.11.0",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-exception-handler": "^2.10.10",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "2.16.0",
Expand Down
3 changes: 3 additions & 0 deletions apps/mobile/src/languages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@
"page.migration.welcome.restart-modal.title": "Keplr will automatically restart",
"page.migration.welcome.restart-modal.paragraph": "Keplr will be closed in {seconds}s...",
"page.wallet.title": "Select Wallet",
"page.wallet.input.search.placeholder": "Search wallet name or address",
"page.wallet.search-empty-view-title": "Oops!",
"page.wallet.search-empty-view-paragraph": "No Result Found",
"page.wallet.add-wallet-button": "Add Wallet",
"page.wallet.recovery-phrase-title": "Recovery Phrase",
"page.wallet.connect-with-social-account-title": "Connected with {social} Account",
Expand Down
3 changes: 3 additions & 0 deletions apps/mobile/src/languages/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@
"page.migration.welcome.restart-modal.title": "케플러 앱이 자동으로 재시작됩니다.",
"page.migration.welcome.restart-modal.paragraph": "{seconds}초 후 재시작돼요.",
"page.wallet.title": "지갑 선택",
"page.wallet.input.search.placeholder": "지갑 이름이나 주소로 검색",
"page.wallet.search-empty-view-title": "앗!",
"page.wallet.search-empty-view-paragraph": "검색 결과가 없어요",
"page.wallet.add-wallet-button": "지갑 추가",
"page.wallet.recovery-phrase-title": "복구 문구 기반",
"page.wallet.connect-with-social-account-title": "{social} 계정으로 연결",
Expand Down
Loading

0 comments on commit 69865c8

Please sign in to comment.