mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-06-13 10:21:01 +00:00
auto-commit for b8313250-b09d-45cc-86f3-1d6b2fad834d
This commit is contained in:
@@ -5,12 +5,14 @@ import AsyncStorage from '@react-native-async-storage/async-storage';
|
||||
// Create i18n instance with fallback enabled
|
||||
const i18n = new I18n({
|
||||
en: {
|
||||
// Navigation
|
||||
welcome: 'Welcome',
|
||||
home: 'Home',
|
||||
wallet: 'Wallet',
|
||||
citizens: 'Citizens',
|
||||
referral: 'Referral',
|
||||
profile: 'Profile',
|
||||
// Settings
|
||||
settings: 'Settings',
|
||||
notifications: 'Notifications',
|
||||
editProfile: 'Edit Profile',
|
||||
@@ -29,6 +31,27 @@ const i18n = new I18n({
|
||||
privacy: 'Privacy Policy',
|
||||
help: 'Help & Support',
|
||||
walletAddress: 'Wallet Address',
|
||||
// Language Selection
|
||||
selectYourLanguage: 'Select Your Language',
|
||||
digitalCitizenshipPlatform: 'Digital Citizenship Platform',
|
||||
continue: 'Continue',
|
||||
// Auth
|
||||
signIn: 'Sign In',
|
||||
signUp: 'Sign Up',
|
||||
email: 'Email',
|
||||
password: 'Password',
|
||||
firstName: 'First Name',
|
||||
lastName: 'Last Name',
|
||||
phone: 'Phone',
|
||||
referralCode: 'Referral Code (Optional)',
|
||||
alreadyHaveAccount: 'Already have an account?',
|
||||
dontHaveAccount: "Don't have an account?",
|
||||
// Common
|
||||
loading: 'Loading...',
|
||||
submit: 'Submit',
|
||||
cancel: 'Cancel',
|
||||
save: 'Save',
|
||||
back: 'Back',
|
||||
},
|
||||
'ku-sorani': {
|
||||
welcome: 'بەخێربێیت',
|
||||
|
||||
Reference in New Issue
Block a user