Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
N
new_excelso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Prasetya Saputra
new_excelso
Commits
83f1850c
Commit
83f1850c
authored
Jun 22, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translate header delivery address dan pickup store
parent
b575b134
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
8 deletions
+14
-8
en.json
lib/en.json
+4
-1
id.json
lib/id.json
+8
-5
Auth.js
view/Auth.js
+2
-2
No files found.
lib/en.json
View file @
83f1850c
...
...
@@ -131,5 +131,8 @@
"headerRedeemCode"
:
"REDEEM CODE"
,
"headerTransHistory"
:
"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
lib/id.json
View file @
83f1850c
...
...
@@ -129,9 +129,12 @@
"help"
:
"BANTUAN"
,
"youRated"
:
"You Rated@"
,
"rateOrder"
:
"Rate Order@"
,
"headerEmailConfirm"
:
"KONFIRMASI EMAIL"
,
"headerRedeemCode"
:
"REDEEM CODE@"
,
"headerTransHistory"
:
"RIWAYAT TRANSAKSI"
,
"noTransHistoryData"
:
"Tidak ada riwayat transaksi"
,
"headerOrderDetail"
:
"DETAIL ORDER"
"headerEmailConfirm"
:
"KONFIRMASI EMAIL"
,
"headerRedeemCode"
:
"REDEEM CODE@"
,
"headerTransHistory"
:
"RIWAYAT TRANSAKSI"
,
"noTransHistoryData"
:
"Tidak ada riwayat transaksi"
,
"headerOrderDetail"
:
"DETAIL ORDER"
,
"headerDeliveryAddress"
:
"DELIVERY ADDRESS@"
,
"headerPickupStore"
:
"PICKUP STORE@"
,
"noAddressSaved"
:
"Tidak ada alamat tersimpan"
}
\ No newline at end of file
view/Auth.js
View file @
83f1850c
...
...
@@ -455,7 +455,7 @@ class Auth extends React.Component {
fontSize
:
20
,
color
:
'white'
,
textAlign
:
'center'
},
title
:
'DELIVERY ADDRESS'
},
title
:
i18n
.
t
(
'headerDeliveryAddress'
)
}}
/
>
<
Stack
.
Screen
name
=
"Address Detail"
component
=
{
AddressDetail
}
options
=
{{
headerStyle
:
{
backgroundColor
:
'#CFB368'
},
...
...
@@ -496,7 +496,7 @@ class Auth extends React.Component {
fontSize
:
20
,
color
:
'white'
,
textAlign
:
'center'
},
title
:
'PICKUP STORE'
},
title
:
i18n
.
t
(
'headerPickupStore'
)
}}
/
>
<
Stack
.
Screen
name
=
"Outlet Detail"
component
=
{
OutletDetail
}
/
>
<
Stack
.
Screen
name
=
"Menu Select"
component
=
{
MenuSelection
}
options
=
{{
headerShown
:
false
}}
/
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment