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
6df414f9
Commit
6df414f9
authored
Jun 19, 2020
by
Trisno
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
translate header register dan email confirmation
parent
6f5dbb3a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
en.json
lib/en.json
+2
-4
id.json
lib/id.json
+2
-1
Auth.js
view/Auth.js
+4
-4
No files found.
lib/en.json
View file @
6df414f9
...
...
@@ -126,8 +126,6 @@
"lookingForDriver"
:
"Looking For Driver"
,
"help"
:
"HELP"
,
"youRated"
:
"You Rated"
,
"rateOrder"
:
"Rate Order"
"rateOrder"
:
"Rate Order"
,
"headerEmailConfirm"
:
"EMAIL CONFIRMATION"
}
\ No newline at end of file
lib/id.json
View file @
6df414f9
...
...
@@ -128,5 +128,6 @@
"lookingForDriver"
:
"Mencari Driver"
,
"help"
:
"BANTUAN"
,
"youRated"
:
"You Rated@"
,
"rateOrder"
:
"Rate Order@"
"rateOrder"
:
"Rate Order@"
,
"headerEmailConfirm"
:
"KONFIRMASI EMAIL"
}
\ No newline at end of file
view/Auth.js
View file @
6df414f9
...
...
@@ -276,7 +276,7 @@ class Auth extends React.Component {
fontFamily
:
'Gotham-Black'
,
color
:
'white'
,
textAlign
:
'center'
},
title
:
'EMAIL CONFIRMATION'
},
title
:
i18n
.
t
(
'headerEmailConfirm'
)
}}
/
>
<
Stack
.
Screen
name
=
"Welcomes"
component
=
{
WelcomeReg
}
options
=
{{
headerShown
:
false
,
...
...
@@ -295,7 +295,7 @@ class Auth extends React.Component {
fontFamily
:
'Gotham-Black'
,
color
:
'white'
,
textAlign
:
'center'
},
title
:
'EMAIL CONFIRMATION'
},
title
:
i18n
.
t
(
'headerEmailConfirm'
)
}}
/
>
<
Stack
.
Screen
name
=
"Login"
component
=
{
Login
}
options
=
{{
headerShown
:
false
}}
/
>
<
Stack
.
Screen
name
=
"LoginWelcome"
component
=
{
WelcomeLog
}
options
=
{{
...
...
@@ -427,7 +427,7 @@ class Auth extends React.Component {
fontSize
:
20
,
color
:
'white'
,
textAlign
:
'center'
},
title
:
'EMAIL CONFIRMATION'
},
title
:
i18n
.
t
(
'headerEmailConfirm'
)
}}
/
>
<
Stack
.
Screen
name
=
"Upgrade Premium"
component
=
{
UpgradePremium
}
options
=
{{
...
...
@@ -735,7 +735,7 @@ class Auth extends React.Component {
color
:
'white'
,
fontSize
:
20
,
},
title
:
'REGISTER'
title
:
i18n
.
t
(
'register'
)
}}
/
>
<
Stack
.
Screen
name
=
"TopUpInfo"
component
=
{
TopUpInfo
}
options
=
{{
headerStyle
:
{
backgroundColor
:
"#CFB368"
},
...
...
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