Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #5372 from Wouter92/master
Browse files Browse the repository at this point in the history
Dutch Translation
  • Loading branch information
couzteau committed Nov 9, 2013
2 parents 3f7f56a + 0d15c0c commit 5b550ee
Show file tree
Hide file tree
Showing 8 changed files with 488 additions and 4 deletions.
Submodule acorn updated from 456f09 to c152be
2 changes: 1 addition & 1 deletion src/extensions/default/JavaScriptCodeHints/thirdparty/tern
Submodule tern updated from 91a696 to 21c9f9
1 change: 1 addition & 0 deletions src/nls/de/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,7 @@ define({
"LOCALE_IT" : "Italienisch",
"LOCALE_JA" : "Japanisch",
"LOCALE_NB" : "Norwegisch",
"LOCALE_NL" : "Niederländisch",
"LOCALE_PL" : "Polnisch",
"LOCALE_PT_BR" : "Portugiesisch, Brasilien",
"LOCALE_PT_PT" : "Portugiesisch",
Expand Down
480 changes: 480 additions & 0 deletions src/nls/nl/strings.js

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/nls/root/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,13 +455,14 @@ define({
"LOCALE_IT" : "Italian",
"LOCALE_JA" : "Japanese",
"LOCALE_NB" : "Norwegian",
"LOCALE_NL" : "Dutch",
"LOCALE_FA_IR" : "Persian-Farsi",
"LOCALE_PL" : "Polish",
"LOCALE_PT_BR" : "Portuguese, Brazil",
"LOCALE_PT_PT" : "Portuguese",
"LOCALE_RU" : "Russian",
"LOCALE_SK" : "Slovak",
"LOCALE_SR" : "Serbian",
"LOCALE_SR" : "Serbian",
"LOCALE_SV" : "Swedish",
"LOCALE_TR" : "Turkish",
"LOCALE_ZH_CN" : "Chinese, simplified",
Expand Down
1 change: 1 addition & 0 deletions src/nls/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ define(function (require, exports, module) {
"it": true,
"ja": true,
"nb": true,
"nl": true,
"pl": true,
"pt-br": true,
"pt-pt": true,
Expand Down
2 changes: 1 addition & 1 deletion src/thirdparty/CodeMirror2
1 change: 1 addition & 0 deletions src/thirdparty/smart-auto-complete
Submodule smart-auto-complete added at d5135c

0 comments on commit 5b550ee

Please sign in to comment.