Commit 83f1850c authored by Trisno's avatar Trisno

translate header delivery address dan pickup store

parent b575b134
...@@ -131,5 +131,8 @@ ...@@ -131,5 +131,8 @@
"headerRedeemCode":"REDEEM CODE", "headerRedeemCode":"REDEEM CODE",
"headerTransHistory":"TRANSACTION HISTORY", "headerTransHistory":"TRANSACTION HISTORY",
"noTransHistoryData":"No Transaction History", "noTransHistoryData":"No Transaction History",
"headerOrderDetail":"ORDER DETAIL" "headerOrderDetail":"ORDER DETAIL",
"headerDeliveryAddress":"DELIVERY ADDRESS",
"headerPickupStore":"PICKUP STORE",
"noAddressSaved":"No address saved"
} }
\ No newline at end of file
...@@ -129,9 +129,12 @@ ...@@ -129,9 +129,12 @@
"help": "BANTUAN", "help": "BANTUAN",
"youRated": "You Rated@", "youRated": "You Rated@",
"rateOrder": "Rate Order@", "rateOrder": "Rate Order@",
"headerEmailConfirm":"KONFIRMASI EMAIL", "headerEmailConfirm": "KONFIRMASI EMAIL",
"headerRedeemCode":"REDEEM CODE@", "headerRedeemCode": "REDEEM CODE@",
"headerTransHistory":"RIWAYAT TRANSAKSI", "headerTransHistory": "RIWAYAT TRANSAKSI",
"noTransHistoryData":"Tidak ada riwayat transaksi", "noTransHistoryData": "Tidak ada riwayat transaksi",
"headerOrderDetail":"DETAIL ORDER" "headerOrderDetail": "DETAIL ORDER",
"headerDeliveryAddress": "DELIVERY ADDRESS@",
"headerPickupStore": "PICKUP STORE@",
"noAddressSaved":"Tidak ada alamat tersimpan"
} }
\ No newline at end of file
...@@ -455,7 +455,7 @@ class Auth extends React.Component { ...@@ -455,7 +455,7 @@ class Auth extends React.Component {
fontSize: 20, fontSize: 20,
color: 'white', color: 'white',
textAlign: 'center' textAlign: 'center'
}, title: 'DELIVERY ADDRESS' }, title: i18n.t('headerDeliveryAddress')
}} /> }} />
<Stack.Screen name="Address Detail" component={AddressDetail} options={{ <Stack.Screen name="Address Detail" component={AddressDetail} options={{
headerStyle: { backgroundColor: '#CFB368' }, headerStyle: { backgroundColor: '#CFB368' },
...@@ -496,7 +496,7 @@ class Auth extends React.Component { ...@@ -496,7 +496,7 @@ class Auth extends React.Component {
fontSize: 20, fontSize: 20,
color: 'white', color: 'white',
textAlign: 'center' textAlign: 'center'
}, title: 'PICKUP STORE' }, title: i18n.t('headerPickupStore')
}} /> }} />
<Stack.Screen name="Outlet Detail" component={OutletDetail} /> <Stack.Screen name="Outlet Detail" component={OutletDetail} />
<Stack.Screen name="Menu Select" component={MenuSelection} options={{ headerShown: false }} /> <Stack.Screen name="Menu Select" component={MenuSelection} options={{ headerShown: false }} />
......
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