You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/packages/lowcoder/src/i18n/locales/en.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1700,7 +1700,7 @@ export const en = {
1700
1700
preloadCSSApply: "Apply to the homepage of the workspace",
1701
1701
preloadLibsTitle: "JavaScript library",
1702
1702
preloadLibsHelp:
1703
-
"Set up preloaded JavaScript libraries for all applications in the current workspace, and the system has built-in lodash, moment, uuid, numbro for direct use. JavaScript libraries are loaded before the app is initialized, so there is a certain impact on app performance.",
1703
+
"Set up preloaded JavaScript libraries for all applications in the current workspace, and the system has built-in lodash, day.js, uuid, numbro for direct use. JavaScript libraries are loaded before the app is initialized, so there is a certain impact on app performance.",
1704
1704
preloadLibsEmpty: "No JavaScript libraries were added",
1705
1705
preloadLibsAddBtn: "Add a library",
1706
1706
saveSuccess: "Saved successfully",
@@ -1962,7 +1962,7 @@ export const en = {
1962
1962
},
1963
1963
preLoad: {
1964
1964
jsLibraryHelpText:
1965
-
"Add JavaScript libraries to your current application via URL addresses. lodash, moment, uuid, numbro are built into the system for immediate use. JavaScript libraries are loaded before the application is initialized, which can have an impact on application performance.",
1965
+
"Add JavaScript libraries to your current application via URL addresses. lodash, day.js, uuid, numbro are built into the system for immediate use. JavaScript libraries are loaded before the application is initialized, which can have an impact on application performance.",
1966
1966
exportedAs: "Exported as",
1967
1967
urlTooltip:
1968
1968
"URL address of the JavaScript library, [unpkg.com](https://unpkg.com/) or [jsdelivr.net](https://www.jsdelivr.com/) is recommended",
0 commit comments