Skip to content

Commit d970cba

Browse files
committed
deploy: cc3f7a7
1 parent 11d0e2a commit d970cba

223 files changed

Lines changed: 1250 additions & 230 deletions

File tree

Some content is hidden

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

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-04-01T13:37:34.604Z",
25+
"build_timestamp": "2023-04-01T13:45:42.489Z",
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.19-19246",
35+
"version": "3.1.19-19247",
3636
"apiVersion": "3.1.19",
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-04-01T13:37:34.604Z",
24+
"build_timestamp": "2023-04-01T13:45:42.489Z",
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.19-19246",
34+
"version": "3.1.19-19247",
3535
"apiVersion": "3.1.19",
3636
"homepage": "https://core.ai",
3737
"issues": {

nls/ar/lastTranslated.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
"OPEN_DIALOG_ERROR": "An error occurred when showing the open file dialog. (error {0})",
3131
"REQUEST_NATIVE_FILE_SYSTEM_ERROR": "An error occurred when trying to load the directory <span class='dialog-filename'>{0}</span>. (error {1})",
3232
"READ_DIRECTORY_ENTRIES_ERROR": "An error occurred when reading the contents of the directory <span class='dialog-filename'>{0}</span>. (error {1})",
33+
"ZOOM_WITH_SHORTCUTS": "Use Keyboard Shortcuts to Zoom",
34+
"ZOOM_WITH_SHORTCUTS_DETAILS": "Please use keyboard shortcuts <code><i>{0}</i></code> to Zoom In and <code><i>{1}</i></code> to Zoom Out.",
3335
"ERROR_OPENING_FILE_TITLE": "Error Opening File",
3436
"ERROR_OPENING_FILE": "An error occurred when trying to open the file <span class='dialog-filename'>{0}</span>. {1}",
3537
"ERROR_OPENING_FILES": "An error occurred when trying to open the following files:",
@@ -318,6 +320,9 @@
318320
"CMD_TOGGLE_SIDEBAR": "Toggle Sidebar",
319321
"CMD_TOGGLE_PANELS": "Toggle Panels",
320322
"CMD_TOGGLE_PURE_CODE": "No Distractions",
323+
"CMD_ZOOM_UI": "Zoom UI and Fonts",
324+
"CMD_ZOOM_IN": "Zoom In",
325+
"CMD_ZOOM_OUT": "Zoom Out",
321326
"CMD_INCREASE_FONT_SIZE": "Increase Font Size",
322327
"CMD_DECREASE_FONT_SIZE": "Decrease Font Size",
323328
"CMD_RESTORE_FONT_SIZE": "Restore Font Size",

0 commit comments

Comments
 (0)