Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
clone_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
clone_excelso
Commits
b575b134
Commit
b575b134
authored
Jun 22, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translate header order detail
parent
1fccb9c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
en.json
lib/en.json
+2
-1
id.json
lib/id.json
+2
-1
Auth.js
view/Auth.js
+1
-1
No files found.
lib/en.json
View file @
b575b134
...
@@ -130,5 +130,6 @@
...
@@ -130,5 +130,6 @@
"headerEmailConfirm"
:
"EMAIL CONFIRMATION"
,
"headerEmailConfirm"
:
"EMAIL CONFIRMATION"
,
"headerRedeemCode"
:
"REDEEM CODE"
,
"headerRedeemCode"
:
"REDEEM CODE"
,
"headerTransHistory"
:
"TRANSACTION HISTORY"
,
"headerTransHistory"
:
"TRANSACTION HISTORY"
,
"noTransHistoryData"
:
"No Transaction History"
"noTransHistoryData"
:
"No Transaction History"
,
"headerOrderDetail"
:
"ORDER DETAIL"
}
}
\ No newline at end of file
lib/id.json
View file @
b575b134
...
@@ -132,5 +132,6 @@
...
@@ -132,5 +132,6 @@
"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"
}
}
\ No newline at end of file
view/Auth.js
View file @
b575b134
...
@@ -544,7 +544,7 @@ class Auth extends React.Component {
...
@@ -544,7 +544,7 @@ class Auth extends React.Component {
color
:
'white'
,
color
:
'white'
,
textAlign
:
'center'
textAlign
:
'center'
},
},
title
:
'ORDER DETAIL'
,
title
:
i18n
.
t
(
'headerOrderDetail'
)
,
headerLeft
:
props
=>
<
HeaderBackButton
{...
props
}
onPress
=
{()
=>
navigation
.
navigate
(
'Home'
,
{
screen
:
'ORDER'
})}
/>
,
headerLeft
:
props
=>
<
HeaderBackButton
{...
props
}
onPress
=
{()
=>
navigation
.
navigate
(
'Home'
,
{
screen
:
'ORDER'
})}
/>
,
})}
/
>
})}
/
>
...
...
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