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
4c9a12b2
Commit
4c9a12b2
authored
Dec 07, 2020
by
Wahyu Adjie Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Penambahan translate header detail alamat dan edit alamat
parent
73345668
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
en.json
lib/en.json
+3
-0
id.json
lib/id.json
+2
-0
Auth.js
view/Auth.js
+2
-2
No files found.
lib/en.json
View file @
4c9a12b2
...
@@ -241,5 +241,8 @@
...
@@ -241,5 +241,8 @@
"waCallCenter"
:
"Hello, I have a problem with trans no"
,
"waCallCenter"
:
"Hello, I have a problem with trans no"
,
"renewal_notEnoughBalance"
:
"You don't have enough balance"
,
"renewal_notEnoughBalance"
:
"You don't have enough balance"
,
"headerAddressDetail"
:
"ADD ADDRESS"
,
"headerEditAddress"
:
"EDIT ADDRESS"
,
"track"
:
"TRACK"
"track"
:
"TRACK"
}
}
\ No newline at end of file
lib/id.json
View file @
4c9a12b2
...
@@ -240,6 +240,8 @@
...
@@ -240,6 +240,8 @@
"waCallCenter"
:
"Halo, saya ada masalah dengan trans no"
,
"waCallCenter"
:
"Halo, saya ada masalah dengan trans no"
,
"renewal_notEnoughBalance"
:
"Saldo anda tidak mencukupi."
,
"renewal_notEnoughBalance"
:
"Saldo anda tidak mencukupi."
,
"headerAddressDetail"
:
"TAMBAH ALAMAT"
,
"headerEditAddress"
:
"EDIT ALAMAT"
,
"track"
:
"LACAK"
"track"
:
"LACAK"
}
}
\ No newline at end of file
view/Auth.js
View file @
4c9a12b2
...
@@ -520,7 +520,7 @@ class Auth extends React.Component {
...
@@ -520,7 +520,7 @@ class Auth extends React.Component {
fontSize
:
20
,
fontSize
:
20
,
color
:
'white'
,
color
:
'white'
,
textAlign
:
'center'
textAlign
:
'center'
},
title
:
'TAMBAH ALAMAT'
},
title
:
i18n
.
t
(
'headerAddressDetail'
)
}}
/
>
}}
/
>
<
Stack
.
Screen
name
=
"Edit Address"
component
=
{
EditAddressDetail
}
options
=
{{
<
Stack
.
Screen
name
=
"Edit Address"
component
=
{
EditAddressDetail
}
options
=
{{
headerStyle
:
{
backgroundColor
:
'#CFB368'
},
headerStyle
:
{
backgroundColor
:
'#CFB368'
},
...
@@ -533,7 +533,7 @@ class Auth extends React.Component {
...
@@ -533,7 +533,7 @@ class Auth extends React.Component {
fontSize
:
20
,
fontSize
:
20
,
color
:
'white'
,
color
:
'white'
,
textAlign
:
'center'
textAlign
:
'center'
},
title
:
'EDIT ALAMAT'
},
title
:
i18n
.
t
(
'headerEditAddress'
)
}}
/
>
}}
/
>
<
Stack
.
Screen
name
=
"Menu Detail"
component
=
{
MenuDetail
}
<
Stack
.
Screen
name
=
"Menu Detail"
component
=
{
MenuDetail
}
options
=
{({
route
})
=>
({
options
=
{({
route
})
=>
({
...
...
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