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
1 change: 1 addition & 0 deletions src/nls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ The following languages have been contributed by the Brackets community:
* Serbian (sr)
* Swedish (sv)
* Turkish (tr)
* Ukrainian (uk)
* Simplified Chinese (zh-cn)
* Traditional Chinese (zh-tw)

Expand Down
1 change: 1 addition & 0 deletions src/nls/root/strings-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ define({
"LOCALE_SR" : "Српски",
"LOCALE_SV" : "svenska",
"LOCALE_TR" : "Türkçe",
"LOCALE_UK" : "Українська",
"LOCALE_ZH_CN" : "简体中文",
"LOCALE_ZH_TW" : "繁體中文"
});
1 change: 1 addition & 0 deletions src/nls/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ define(function (require, exports, module) {
"sr": true,
"sv": true,
"tr": true,
"uk": true,
"zh-cn": true,
"zh-tw": true
};
Expand Down
Loading