feat: add language selection on settings page

This commit is contained in:
Leonardo Lima
2024-01-22 12:45:20 +00:00
committed by benthecarman
parent 8e04901e18
commit 075c066fad
11 changed files with 181 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ export * from "./vibrate";
export * from "./openLinkProgrammatically";
export * from "./nostr";
export * from "./currencies";
export * from "./languages";
export * from "./bech32";
export * from "./keypad";
export * from "./debounce";