Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
RocketChat
Rocket.Chat.ReactNative
Commits
ba37bb19
Unverified
Commit
ba37bb19
authored
Feb 07, 2020
by
Daanchaam
Committed by
GitHub
Feb 07, 2020
Browse files
[i18n] Added Dutch translation (#1676)
parent
af6c894c
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
app/i18n/index.js
View file @
ba37bb19
...
@@ -6,6 +6,7 @@ import en from './locales/en';
...
@@ -6,6 +6,7 @@ import en from './locales/en';
import
ru
from
'
./locales/ru
'
;
import
ru
from
'
./locales/ru
'
;
import
fr
from
'
./locales/fr
'
;
import
fr
from
'
./locales/fr
'
;
import
de
from
'
./locales/de
'
;
import
de
from
'
./locales/de
'
;
import
nl
from
'
./locales/nl
'
;
import
ptBR
from
'
./locales/pt-BR
'
;
import
ptBR
from
'
./locales/pt-BR
'
;
import
zhCN
from
'
./locales/zh-CN
'
;
import
zhCN
from
'
./locales/zh-CN
'
;
import
ptPT
from
'
./locales/pt-PT
'
;
import
ptPT
from
'
./locales/pt-PT
'
;
...
@@ -17,7 +18,8 @@ i18n.translations = {
...
@@ -17,7 +18,8 @@ i18n.translations = {
'
zh-CN
'
:
zhCN
,
'
zh-CN
'
:
zhCN
,
fr
,
fr
,
de
,
de
,
'
pt-PT
'
:
ptPT
'
pt-PT
'
:
ptPT
,
nl
};
};
i18n
.
fallbacks
=
true
;
i18n
.
fallbacks
=
true
;
...
...
app/i18n/locales/nl.js
0 → 100644
View file @
ba37bb19
This diff is collapsed.
Click to expand it.
app/views/LanguageView/index.js
View file @
ba37bb19
...
@@ -41,6 +41,9 @@ const LANGUAGES = [
...
@@ -41,6 +41,9 @@ const LANGUAGES = [
},
{
},
{
label
:
'
Russian
'
,
label
:
'
Russian
'
,
value
:
'
ru
'
value
:
'
ru
'
},
{
label
:
'
Nederlands
'
,
value
:
'
nl
'
}
}
];
];
...
...
Write
Preview
Supports
Markdown
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