Skip to content

Commit 89ed402

Browse files
committed
fix: eslint issues in strings and unicode u2026 not copied properly err
1 parent bbebba6 commit 89ed402

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

src/extensions/default/DefaultExtensions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@
3333
"bib-locked-live-preview", "brackets-display-shortcuts", "changing-tags", "brackets-indent-guides"
3434
]
3535
}
36-
}
36+
}

src/nls/root/strings.js

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@ define({
12761276
"AUTHOR": "Author",
12771277
"AUTHORS_OF": "Authors of",
12781278
"SYSTEM_CONFIGURATION": "System configuration",
1279-
"BRACKETS_GIT_ERROR": "Git encountered an error",
1279+
"BRACKETS_GIT_ERROR": "Git encountered an error\u2026",
12801280
"BRANCH_NAME": "Branch name",
12811281
"BUTTON_CANCEL": "Cancel",
12821282
"CHECKOUT_COMMIT": "Checkout",
@@ -1285,7 +1285,7 @@ define({
12851285
"BUTTON_CLOSE": "Close",
12861286
"BUTTON_COMMIT": "Commit",
12871287
"BUTTON_DEFAULTS": "Restore defaults",
1288-
"BUTTON_FIND_CONFLICTS": "Find conflicts",
1288+
"BUTTON_FIND_CONFLICTS": "Find conflicts\u2026",
12891289
"GIT_INIT": "Init",
12901290
"BUTTON_MERGE_ABORT": "Abort merge",
12911291
"BUTTON_OK": "OK",
@@ -1300,40 +1300,40 @@ define({
13001300
"RESET_MIXED_TITLE": "Confirm Mixed Reset",
13011301
"RESET_SOFT_TITLE": "Confirm Soft Reset",
13021302
"RESET_DETAIL": "<b>Commits after the following will be discarded:</b><br><b>Commit Message:</b> {0}<br><b>Git Command:</b> {1}",
1303-
"RESET_HARD_MESSAGE": "This action will discard all changes and commits after the selected commit. <b>This operation cannot be undone easily.</b> Are you sure you want to proceed?<br><br>ÔÜá´©Å Warning: This rewrites history and should not be used on commits that have been pushed to a shared branch.",
1304-
"RESET_MIXED_MESSAGE": "This action will discard all commits after the selected commit but keep all changes unstaged. <b>This operation cannot be undone easily.</b> Are you sure you want to proceed?<br><br>ÔÜá´©Å Warning: This rewrites history and should not be used on commits that have been pushed to a shared branch.",
1305-
"RESET_SOFT_MESSAGE": "This action will discard all commits after the selected commit but keep all changes staged for a new commit. <b>This operation cannot be undone easily.</b> Are you sure you want to proceed?<br><br>ÔÜá´©Å Warning: This rewrites history and should not be used on commits that have been pushed to a shared branch.",
1303+
"RESET_HARD_MESSAGE": "This action will discard all changes and commits after the selected commit. <b>This operation cannot be undone easily.</b> Are you sure you want to proceed?<br><br>⚠️ Warning: This rewrites history and should not be used on commits that have been pushed to a shared branch.",
1304+
"RESET_MIXED_MESSAGE": "This action will discard all commits after the selected commit but keep all changes unstaged. <b>This operation cannot be undone easily.</b> Are you sure you want to proceed?<br><br>⚠️ Warning: This rewrites history and should not be used on commits that have been pushed to a shared branch.",
1305+
"RESET_SOFT_MESSAGE": "This action will discard all commits after the selected commit but keep all changes staged for a new commit. <b>This operation cannot be undone easily.</b> Are you sure you want to proceed?<br><br>⚠️ Warning: This rewrites history and should not be used on commits that have been pushed to a shared branch.",
13061306
"BUTTON_SAVE": "Save",
13071307
"RESET": "Reset",
13081308
"CHANGE_USER_EMAIL_TITLE": "Change git email",
1309-
"CHANGE_USER_EMAIL": "Change git email",
1310-
"CHANGE_USER_EMAIL_MENU": "Change git email ({0})",
1309+
"CHANGE_USER_EMAIL": "Change git email\u2026",
1310+
"CHANGE_USER_EMAIL_MENU": "Change git email ({0})\u2026",
13111311
"CHANGE_USER_NAME_TITLE": "Change git username",
1312-
"CHANGE_USER_NAME": "Change git username",
1313-
"CHANGE_USER_NAME_MENU": "Change git username ({0})",
1312+
"CHANGE_USER_NAME": "Change git username\u2026",
1313+
"CHANGE_USER_NAME_MENU": "Change git username ({0})\u2026",
13141314
"REQUIRES_APP_RESTART_SETTING": "Changing this setting requires an app restart to take effect",
13151315
"CLEAN_FILE_END": "File cleaned",
13161316
"CLEAN_FILE_START": "Cleaning file",
1317-
"CLEANING_WHITESPACE_PROGRESS": "Cleaning whitespace from files",
1317+
"CLEANING_WHITESPACE_PROGRESS": "Cleaning whitespace from files\u2026",
13181318
"CLEAR_WHITESPACE_ON_FILE_SAVE": "Clear whitespace on file save",
13191319
"CLONE_REPOSITORY": "Clone repository",
13201320
"CODE_INSPECTION_PROBLEMS": "Code inspection problems",
1321-
"CODE_INSPECTION_IN_PROGRESS": "Code inspection in progress",
1321+
"CODE_INSPECTION_IN_PROGRESS": "Code inspection in progress\u2026",
13221322
"CODE_INSPECTION_PROBLEMS_NONE": "No problems detected",
1323-
"CODE_INSPECTION_DONE_FILES": "{0} of {1} files done",
1324-
"PLEASE_WAIT": "Please wait",
1323+
"CODE_INSPECTION_DONE_FILES": "{0} of {1} files done\u2026",
1324+
"PLEASE_WAIT": "Please wait\u2026",
13251325
"COMMIT": "Commit",
1326-
"COMMIT_ALL_SHORTCUT": "Commit all files",
1327-
"COMMIT_CURRENT_SHORTCUT": "Commit current file",
1328-
"COMMIT_MESSAGE_PLACEHOLDER": "Enter commit message here",
1329-
"CREATE_NEW_BRANCH": "Create new branch",
1326+
"COMMIT_ALL_SHORTCUT": "Commit all files\u2026",
1327+
"COMMIT_CURRENT_SHORTCUT": "Commit current file\u2026",
1328+
"COMMIT_MESSAGE_PLACEHOLDER": "Enter commit message here\u2026",
1329+
"CREATE_NEW_BRANCH": "Create new branch\u2026",
13301330
"CREATE_NEW_BRANCH_TITLE": "Create new branch",
1331-
"CREATE_NEW_GITFTP_SCOPE": "Create new Git-FTP remote",
1332-
"CREATE_NEW_REMOTE": "Create new remote",
1331+
"CREATE_NEW_GITFTP_SCOPE": "Create new Git-FTP remote\u2026",
1332+
"CREATE_NEW_REMOTE": "Create new remote\u2026",
13331333
"CURRENT_TRACKING_BRANCH": "Current tracking branch",
13341334
"_CURRENT_TRACKING_BRANCH": "current tracking branch",
13351335
"DEFAULT_GIT_TIMEOUT": "Default Git operation timeout (in seconds)",
1336-
"DELETE_FILE_BTN": "Delete file",
1336+
"DELETE_FILE_BTN": "Delete file\u2026",
13371337
"DELETE_LOCAL_BRANCH": "Delete local branch",
13381338
"DELETE_LOCAL_BRANCH_NAME": "Do you really wish to delete local branch \"{0}\"?",
13391339
"DELETE_REMOTE": "Delete remote",
@@ -1360,14 +1360,14 @@ define({
13601360
"ERROR_SAVE_FIRST": "Save the document first!",
13611361
"ERROR_TERMINAL_NOT_FOUND": "Terminal was not found for your OS, you can define a custom Terminal command in the settings",
13621362
"EXTENDED_COMMIT_MESSAGE": "EXTENDED",
1363-
"GETTING_STAGED_DIFF_PROGRESS": "Getting diff of staged files",
1364-
"GIT_COMMIT": "Git commit",
1363+
"GETTING_STAGED_DIFF_PROGRESS": "Getting diff of staged files\u2026",
1364+
"GIT_COMMIT": "Git commit\u2026",
13651365
"GIT_COMMIT_IN_PROGRESS": "Git Commit in Progress",
13661366
"GIT_DIFF": "Git diff &mdash;",
13671367
"GIT_PULL_RESPONSE": "Git Pull response",
13681368
"GIT_PUSH_RESPONSE": "Git Push response",
13691369
"GIT_REMOTES": "Git remotes",
1370-
"GIT_SETTINGS": "Git Settings",
1370+
"GIT_SETTINGS": "Git Settings\u2026",
13711371
"GIT_SETTINGS_TITLE": "Git Settings",
13721372
"GOTO_NEXT_GIT_CHANGE": "Go to next Git change",
13731373
"GOTO_PREVIOUS_GIT_CHANGE": "Go to previous Git change",
@@ -1383,7 +1383,7 @@ define({
13831383
"MERGE_RESULT": "Merge result",
13841384
"NORMALIZE_LINE_ENDINGS": "Normalize line endings (to \\n)",
13851385
"NOTHING_TO_COMMIT": "Nothing to commit, working directory clean.",
1386-
"OPERATION_IN_PROGRESS_TITLE": "Git operation in progress",
1386+
"OPERATION_IN_PROGRESS_TITLE": "Git operation in progress\u2026",
13871387
"ORIGIN_BRANCH": "Origin branch",
13881388
"ON_BRANCH": "'{0}' - Current Git branch",
13891389
"PANEL_COMMAND": "Show Git panel",
@@ -1396,24 +1396,24 @@ define({
13961396
"PULL_MERGE_NOCOMMIT": "Merge without commit",
13971397
"PULL_REBASE": "Use rebase",
13981398
"PULL_RESET": "Use soft reset",
1399-
"PULL_SHORTCUT": "Pull from remote",
1400-
"PULL_SHORTCUT_BEHIND": "Pull from remote ({0} behind)",
1399+
"PULL_SHORTCUT": "Pull from remote\u2026",
1400+
"PULL_SHORTCUT_BEHIND": "Pull from remote ({0} behind)\u2026",
14011401
"PULL_BEHAVIOR": "Pull Behavior",
14021402
"FETCH_SHORTCUT": "Fetch from remote",
14031403
"PUSH_DEFAULT": "Default push",
14041404
"PUSH_DELETE_BRANCH": "Delete remote branch",
14051405
"PUSH_SEND_TAGS": "Send tags",
14061406
"PUSH_FORCED": "Forced push",
1407-
"PUSH_SHORTCUT": "Push to remote",
1408-
"PUSH_SHORTCUT_AHEAD": "Push to remote ({0} ahead)",
1407+
"PUSH_SHORTCUT": "Push to remote\u2026",
1408+
"PUSH_SHORTCUT_AHEAD": "Push to remote ({0} ahead)\u2026",
14091409
"PUSH_TO": "Push to",
14101410
"PUSH_BEHAVIOR": "Push Behavior",
14111411
"Q_UNDO_CHANGES": "Reset changes to file <span class='dialog-filename'>{0}</span>?",
14121412
"REBASE_RESULT": "Rebase result",
14131413
"REFRESH_GIT": "Refresh Git",
14141414
"REMOVE_BOM": "Remove BOM from files",
14151415
"REMOVE_FROM_GITIGNORE": "Remove from .gitignore",
1416-
"RESET_LOCAL_REPO": "Discard all changes since last commit",
1416+
"RESET_LOCAL_REPO": "Discard all changes since last commit\u2026",
14171417
"DISCARD_CHANGES": "Discard Changes",
14181418
"RESET_LOCAL_REPO_CONFIRM": "Do you wish to discard all changes done since last commit? This action can't be reverted.",
14191419
"UNDO_LOCAL_COMMIT_CONFIRM": "Are you sure you want to undo the last non-pushed commit?",
@@ -1443,8 +1443,8 @@ define({
14431443
"TOOLTIP_SHOW_FILE_HISTORY": "Show file history",
14441444
"TOOLTIP_SHOW_HISTORY": "Show history",
14451445
"UNDO_CHANGES": "Discard changes",
1446-
"UNDO_CHANGES_BTN": "Discard changes",
1447-
"UNDO_LAST_LOCAL_COMMIT": "Undo last local (not pushed) commit",
1446+
"UNDO_CHANGES_BTN": "Discard changes\u2026",
1447+
"UNDO_LAST_LOCAL_COMMIT": "Undo last local (not pushed) commit\u2026",
14481448
"UNDO_COMMIT": "Undo Commit",
14491449
"URL": "URL",
14501450
"USERNAME": "Username",
@@ -1454,10 +1454,10 @@ define({
14541454
"USE_REBASE": "Use REBASE",
14551455
"USE_VERBOSE_DIFF": "Show verbose output in diffs",
14561456
"USE_DIFFTOOL": "Use difftool for diffs",
1457-
"VIEW_AUTHORS_FILE": "View authors of file",
1458-
"VIEW_AUTHORS_SELECTION": "View authors of selection",
1457+
"VIEW_AUTHORS_FILE": "View authors of file\u2026",
1458+
"VIEW_AUTHORS_SELECTION": "View authors of selection\u2026",
14591459
"VIEW_THIS_FILE": "View this file",
1460-
"TAG_NAME_PLACEHOLDER": "Enter tag name here",
1460+
"TAG_NAME_PLACEHOLDER": "Enter tag name here\u2026",
14611461
"TAG_NAME": "Tag",
14621462
"CMD_CLOSE_UNMODIFIED": "Close Unmodified Files",
14631463
"FILE_ADDED": "New file",

0 commit comments

Comments
 (0)