Commit 4c9a12b2 authored by Wahyu Adjie Prasetyo's avatar Wahyu Adjie Prasetyo

Penambahan translate header detail alamat dan edit alamat

parent 73345668
......@@ -241,5 +241,8 @@
"waCallCenter":"Hello, I have a problem with trans no",
"renewal_notEnoughBalance": "You don't have enough balance",
"headerAddressDetail": "ADD ADDRESS",
"headerEditAddress": "EDIT ADDRESS",
"track":"TRACK"
}
\ No newline at end of file
......@@ -240,6 +240,8 @@
"waCallCenter":"Halo, saya ada masalah dengan trans no",
"renewal_notEnoughBalance": "Saldo anda tidak mencukupi.",
"headerAddressDetail": "TAMBAH ALAMAT",
"headerEditAddress": "EDIT ALAMAT",
"track":"LACAK"
}
\ No newline at end of file
......@@ -520,7 +520,7 @@ class Auth extends React.Component {
fontSize: 20,
color: 'white',
textAlign: 'center'
}, title: 'TAMBAH ALAMAT'
}, title:i18n.t('headerAddressDetail')
}} />
<Stack.Screen name="Edit Address" component={EditAddressDetail} options={{
headerStyle: { backgroundColor: '#CFB368' },
......@@ -533,7 +533,7 @@ class Auth extends React.Component {
fontSize: 20,
color: 'white',
textAlign: 'center'
}, title: 'EDIT ALAMAT'
}, title: i18n.t('headerEditAddress')
}} />
<Stack.Screen name="Menu Detail" component={MenuDetail}
options={({ route }) => ({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment