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

Commit c812da4

Browse files
committed
Merge pull request #3260 from TomMalbran/tom/fix-issue-2645
Fix #2645: [FRA, JPN]: The word "Loading..." is not localized.
2 parents b99fe36 + b69ec7e commit c812da4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/project/ProjectManager.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,10 @@ define(function (require, exports, module) {
388388
plugins : ["ui", "themes", "json_data", "crrm", "sort"],
389389
ui : { select_limit: 1, select_multiple_modifier: "", select_range_modifier: "" },
390390
json_data : { data: treeDataProvider, correct_state: false },
391-
core : { animation: 0 },
391+
core : { animation: 0, strings : { loading : Strings.PROJECT_LOADING, new_node : "New node" } },
392392
themes : { theme: "brackets", url: "styles/jsTreeTheme.css", dots: false, icons: false },
393393
//(note: our actual jsTree theme CSS lives in brackets.less; we specify an empty .css
394394
// file because jsTree insists on loading one itself)
395-
strings : { loading : Strings.PROJECT_LOADING, new_node : "New node" },
396395
sort : function (a, b) {
397396
if (brackets.platform === "win") {
398397
// Windows: prepend folder names with a '0' and file names with a '1' so folders are listed first

0 commit comments

Comments
 (0)