Skip to content

Commit 1a86f97

Browse files
committed
deploy: cc3f7a7
1 parent d5a4f35 commit 1a86f97

File tree

223 files changed

+1658
-230
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+1658
-230
lines changed

appConfig.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ window.AppConfig = {
2222
"extension_url": "https://extensions.phcode.dev/extensions/",
2323
"extension_store_url": "https://store.core.ai/src/",
2424
"linting.enabled_by_default": true,
25-
"build_timestamp": "2023-03-06T15:48:59.474Z",
25+
"build_timestamp": "2023-03-06T15:59:37.204Z",
2626
"googleAnalyticsID": "G-P4HJFPDB76",
2727
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
2828
"coreAnalyticsID": "phoenix",
@@ -32,7 +32,7 @@ window.AppConfig = {
3232
"bugsnagEnv": "development"
3333
},
3434
"name": "Phoenix",
35-
"version": "3.1.15-19206",
35+
"version": "3.1.15-19207",
3636
"apiVersion": "3.1.15",
3737
"homepage": "https://core.ai",
3838
"issues": {

assets/default-project/en.zip

0 Bytes
Binary file not shown.

assets/sample-projects/HTML5.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

assets/sample-projects/explore.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

cacheManifest.json

Lines changed: 111 additions & 111 deletions
Large diffs are not rendered by default.

config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"extension_url": "https://extensions.phcode.dev/extensions/",
2222
"extension_store_url": "https://store.core.ai/src/",
2323
"linting.enabled_by_default": true,
24-
"build_timestamp": "2023-03-06T15:48:59.474Z",
24+
"build_timestamp": "2023-03-06T15:59:37.204Z",
2525
"googleAnalyticsID": "G-P4HJFPDB76",
2626
"mixPanelID": "49c4d164b592be2350fc7af06a259bf3",
2727
"coreAnalyticsID": "phoenix",
@@ -31,7 +31,7 @@
3131
"bugsnagEnv": "development"
3232
},
3333
"name": "Phoenix",
34-
"version": "3.1.15-19206",
34+
"version": "3.1.15-19207",
3535
"apiVersion": "3.1.15",
3636
"homepage": "https://core.ai",
3737
"issues": {

nls/ar/lastTranslated.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,9 @@
529529
"ERRORS": "Errors",
530530
"CMD_SHOW_DEV_TOOLS": "Show Developer Tools",
531531
"CMD_REFRESH_WINDOW": "Reload With Extensions",
532+
"CMD_LOAD_CURRENT_EXTENSION": "Load Project As Extension",
533+
"CMD_RELOAD_CURRENT_EXTENSION": "Reload Project As Extension",
534+
"CMD_UNLOAD_CURRENT_EXTENSION": "Unload Project As Extension",
532535
"CMD_RELOAD_WITHOUT_USER_EXTS": "Reload Without Extensions",
533536
"CMD_NEW_BRACKETS_WINDOW": "New {APP_NAME} Window",
534537
"CMD_LAUNCH_SCRIPT_MAC": "Install Command Line Shortcut",
@@ -546,6 +549,10 @@
546549
"ERROR_CLTOOLS_SERVFAILED": "Internal error.",
547550
"ERROR_CLTOOLS_NOTSUPPORTED": "Command line shortcut is not supported on this OS.",
548551
"LAUNCH_SCRIPT_CREATE_SUCCESS": "Success! Now you can easily launch {APP_NAME} from the command line: <code>brackets myFile.txt</code> to open a file or <code>brackets myFolder</code> to switch projects. <br/><br/><a href='https://github.com/adobe/brackets/wiki/Command-Line-Arguments'>Learn more</a> about using {APP_NAME} from the command line.",
552+
"ERROR_LOADING_EXTENSION": "Error Loading Extension",
553+
"ERROR_NO_EXTENSION_PACKAGE": "<code>package.json</code> file not detected in current project. Is the current project a valid {APP_NAME} Extension?",
554+
"ERROR_INVALID_EXTENSION_PACKAGE": "<code>package.json</code> file is invalid JSON.",
555+
"ERROR_INVALID_EXTENSION_PACKAGE_FIELDS": "Required fields missing in <code>package.json</code>: [{0}]",
549556
"LANGUAGE_TITLE": "Switch Language",
550557
"LANGUAGE_MESSAGE": "Language:",
551558
"LANGUAGE_SUBMIT": "Reload {APP_NAME}",

0 commit comments

Comments
 (0)