Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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