mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-22 01:57:56 +00:00
auto-commit for 842dc71e-8f53-41ea-8563-317e8373c54c
This commit is contained in:
@@ -46,7 +46,7 @@ export default function LanguageScreen({ navigation }: any) {
|
||||
</View>
|
||||
|
||||
<ScrollView style={styles.content} showsVerticalScrollIndicator={false}>
|
||||
<Text style={styles.instruction}>{i18n.t('selectYourLanguage')}</Text>
|
||||
<Text style={styles.instruction}>{t('selectYourLanguage')}</Text>
|
||||
|
||||
{LANGUAGES.map((lang) => (
|
||||
<TouchableOpacity
|
||||
|
||||
Reference in New Issue
Block a user