1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 18:02:54 +01:00

Add zh-tw to urls.js.

This commit is contained in:
Pei-Tang Huang 2015-08-26 11:08:30 +08:00
parent 46871b3260
commit aae9045075

View File

@ -53,6 +53,7 @@ define(function (require, exports, module) {
"ru": true, "ru": true,
"sv": true, "sv": true,
"zh-cn": true, "zh-cn": true,
"zh-tw": true,
"tr": true "tr": true
}; };
}); });