Skip to content

Commit

Permalink
Compiling Loc Files
Browse files Browse the repository at this point in the history
  • Loading branch information
hartra344 committed Mar 26, 2024
1 parent 25c679b commit 0f9196c
Show file tree
Hide file tree
Showing 40 changed files with 27,827 additions and 27,688 deletions.
7 changes: 6 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
{
"recommendations": ["nrwl.angular-console", "biomejs.biome", "firsttris.vscode-jest-runner", "dbaeumer.vscode-eslint"]
"recommendations": [
"nrwl.angular-console",
"biomejs.biome",
"firsttris.vscode-jest-runner",
"dbaeumer.vscode-eslint"
]
}
4 changes: 3 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceFolder}/dist/apps/vs-code-designer"],
"args": [
"--extensionDevelopmentPath=${workspaceFolder}/dist/apps/vs-code-designer"
],
"trace": false,
"internalConsoleOptions": "openOnFirstSessionStart",
"outFiles": ["${workspaceFolder}/dist/apps/vs-code-designer/*.js"],
Expand Down
3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.cs.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.de.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.es.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.fr.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.hu.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.id.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.it.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.ja.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.ko.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.nl.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.pl.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.pt-BR.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.pt-PT.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.ru.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.sv.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.tr.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.zh-Hans.json

Large diffs are not rendered by default.

3,072 changes: 1,536 additions & 1,536 deletions Localize/lang/strings.zh-Hant.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion __mocks__/mapMetadata/testMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
"yPos": 0
}
],
"connections": ["ToUpper-565A471E-6DB3-42A6-99AA-A4DFDF01DA02", "/ns0:CBRInputRecord/TestStuff/NCName"]
"connections": [
"ToUpper-565A471E-6DB3-42A6-99AA-A4DFDF01DA02",
"/ns0:CBRInputRecord/TestStuff/NCName"
]
}
]
}
10 changes: 8 additions & 2 deletions __mocks__/workflows/ComplexConditionals.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,10 @@
"expression": {
"and": [
{
"equals": ["@body('Get_a_goal_check-in')?['value']", "@variables('checkinValue')"]
"equals": [
"@body('Get_a_goal_check-in')?['value']",
"@variables('checkinValue')"
]
},
{
"equals": ["@body('Get_a_goal_check-in')?['status']", "At risk"]
Expand Down Expand Up @@ -225,7 +228,10 @@
"expression": {
"and": [
{
"equals": ["@variables('actualNote')", "@variables('checkinNote')"]
"equals": [
"@variables('actualNote')",
"@variables('checkinNote')"
]
}
]
},
Expand Down
5 changes: 4 additions & 1 deletion __mocks__/workflows/Conditionals.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@
"and": [
{
"not": {
"endsWith": ["@{concat(concat(concat(concat())))}", "@variables('goalOwner')"]
"endsWith": [
"@{concat(concat(concat(concat())))}",
"@variables('goalOwner')"
]
}
},
{
Expand Down
25 changes: 20 additions & 5 deletions __mocks__/workflows/MoreComplex.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,34 @@
"expression": {
"and": [
{
"equals": ["@body('When_a_property_of_some_goal_changes')?['changeList']", "currentValue,status"]
"equals": [
"@body('When_a_property_of_some_goal_changes')?['changeList']",
"currentValue,status"
]
},
{
"equals": ["@body('When_a_property_of_some_goal_changes')?['newStatus']", "At risk"]
"equals": [
"@body('When_a_property_of_some_goal_changes')?['newStatus']",
"At risk"
]
},
{
"equals": ["@body('When_a_property_of_some_goal_changes')?['oldStatus']", "On track"]
"equals": [
"@body('When_a_property_of_some_goal_changes')?['oldStatus']",
"On track"
]
},
{
"equals": ["@body('When_a_property_of_some_goal_changes')?['newCurrentValue']", 100]
"equals": [
"@body('When_a_property_of_some_goal_changes')?['newCurrentValue']",
100
]
},
{
"equals": ["@body('When_a_property_of_some_goal_changes')?['oldCurrentValue']", 500]
"equals": [
"@body('When_a_property_of_some_goal_changes')?['oldCurrentValue']",
500
]
}
]
},
Expand Down
15 changes: 12 additions & 3 deletions __mocks__/workflows/Scoped.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
"expression": {
"and": [
{
"equals": ["@variables('foundGoalIds')", "@variables('expectedGoalIds')"]
"equals": [
"@variables('foundGoalIds')",
"@variables('expectedGoalIds')"
]
}
]
},
Expand Down Expand Up @@ -92,10 +95,16 @@
"expression": {
"or": [
{
"equals": ["@items('For_each')?['id']", "@body('Create_a_goal')['id']"]
"equals": [
"@items('For_each')?['id']",
"@body('Create_a_goal')['id']"
]
},
{
"equals": ["@items('For_each')?['id']", "@body('Create_a_goal_2')['id']"]
"equals": [
"@items('For_each')?['id']",
"@body('Create_a_goal_2')['id']"
]
}
]
},
Expand Down
5 changes: 4 additions & 1 deletion apps/data-mapper-standalone/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"main": "apps/data-mapper-standalone/src/main.tsx",
"polyfills": "apps/data-mapper-standalone/src/polyfills.ts",
"tsConfig": "apps/data-mapper-standalone/tsconfig.app.json",
"assets": ["apps/data-mapper-standalone/src/favicon.ico", "apps/data-mapper-standalone/src/assets"],
"assets": [
"apps/data-mapper-standalone/src/favicon.ico",
"apps/data-mapper-standalone/src/assets"
],
"styles": ["apps/data-mapper-standalone/src/styles.less"],
"scripts": [],
"statsJson": true,
Expand Down
8 changes: 7 additions & 1 deletion apps/data-mapper-standalone/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx", "jest.config.ts"],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"jest.config.ts"
],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}
5 changes: 4 additions & 1 deletion apps/data-mapper-standalone/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"**/*.d.ts",
"jest.config.ts"
],
"files": ["../../node_modules/@nrwl/react/typings/cssmodule.d.ts", "../../node_modules/@nrwl/react/typings/image.d.ts"]
"files": [
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../node_modules/@nrwl/react/typings/image.d.ts"
]
}
5 changes: 4 additions & 1 deletion apps/designer-standalone/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
"main": "apps/designer-standalone/src/main.tsx",
"polyfills": "apps/designer-standalone/src/polyfills.ts",
"tsConfig": "apps/designer-standalone/tsconfig.app.json",
"assets": ["apps/designer-standalone/src/favicon.ico", "apps/designer-standalone/src/assets"],
"assets": [
"apps/designer-standalone/src/favicon.ico",
"apps/designer-standalone/src/assets"
],
"styles": ["apps/designer-standalone/src/styles.less"],
"scripts": [],
"statsJson": true,
Expand Down
8 changes: 7 additions & 1 deletion apps/designer-standalone/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx", "jest.config.ts"],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"jest.config.ts"
],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}
5 changes: 4 additions & 1 deletion apps/designer-standalone/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"**/*.d.ts",
"jest.config.ts"
],
"files": ["../../node_modules/@nrwl/react/typings/cssmodule.d.ts", "../../node_modules/@nrwl/react/typings/image.d.ts"]
"files": [
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../node_modules/@nrwl/react/typings/image.d.ts"
]
}
44 changes: 35 additions & 9 deletions apps/vs-code-designer/src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@
}
],
"activation": {
"onFetch": ["microsoft.web/sites"],
"onResolve": ["microsoft.web/sites"]
"onFetch": [
"microsoft.web/sites"
],
"onResolve": [
"microsoft.web/sites"
]
}
},
"commands": [
Expand Down Expand Up @@ -719,17 +723,28 @@
"azureLogicAppsStandard.projectRuntime": {
"scope": "resource",
"type": "string",
"enum": ["~4", "~3"],
"enum": [
"~4",
"~3"
],
"description": "The default version of the Azure Functions runtime to use when performing operations like \"Create New Logic App\".",
"enumDescriptions": ["Azure Functions v4", "Azure Functions v3 (.NET Core)"]
"enumDescriptions": [
"Azure Functions v4",
"Azure Functions v3 (.NET Core)"
]
},
"azureLogicAppsStandard.projectLanguage": {
"scope": "resource",
"type": "string",
"enum": ["JavaScript", "C#"],
"enum": [
"JavaScript",
"C#"
],
"readOnly": true,
"description": "The default language to use when performing operations like \"Create New Workflow\".",
"enumDescriptions": [""]
"enumDescriptions": [
""
]
},
"azureLogicAppsStandard.deploySubpath": {
"scope": "resource",
Expand Down Expand Up @@ -841,7 +856,11 @@
},
"azureLogicAppsStandard.projectOpenBehavior": {
"type": "string",
"enum": ["AddToWorkspace", "OpenInNewWindow", "OpenInCurrentWindow"],
"enum": [
"AddToWorkspace",
"OpenInNewWindow",
"OpenInCurrentWindow"
],
"description": "The behavior to use after creating a new project. The options are \"AddToWorkspace\", \"OpenInNewWindow\", or \"OpenInCurrentWindow\"."
},
"azureLogicAppsStandard.show64BitWarning": {
Expand Down Expand Up @@ -970,8 +989,15 @@
},
"homepage": "https://azure.microsoft.com/services/logic-apps/",
"license": "SEE LICENSE IN LICENSE.md",
"categories": ["Azure"],
"keywords": ["Azure", "Logic App", "serverless", "multi-root ready"],
"categories": [
"Azure"
],
"keywords": [
"Azure",
"Logic App",
"serverless",
"multi-root ready"
],
"preview": false,
"publisher": "ms-azuretools",
"icon": "assets/logicapp.png",
Expand Down
5 changes: 4 additions & 1 deletion apps/vs-code-react/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"main": "apps/vs-code-react/src/main.tsx",
"polyfills": "apps/vs-code-react/src/polyfills.ts",
"tsConfig": "apps/vs-code-react/tsconfig.app.json",
"assets": ["apps/vs-code-react/src/favicon.ico", "apps/vs-code-react/src/assets"],
"assets": [
"apps/vs-code-react/src/favicon.ico",
"apps/vs-code-react/src/assets"
],
"styles": ["apps/vs-code-react/src/styles.less"],
"scripts": [],
"webpackConfig": "custom-webpack.config.js"
Expand Down
5 changes: 4 additions & 1 deletion apps/vs-code-react/tsconfig.spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@
"**/*.d.ts",
"jest.config.ts"
],
"files": ["../../node_modules/@nrwl/react/typings/cssmodule.d.ts", "../../node_modules/@nrwl/react/typings/image.d.ts"]
"files": [
"../../node_modules/@nrwl/react/typings/cssmodule.d.ts",
"../../node_modules/@nrwl/react/typings/image.d.ts"
]
}
14 changes: 12 additions & 2 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,22 @@
"all": false
}
},
"include": ["libs/**/*.ts", "libs/**/*.tsx", "apps/**/*.ts", "apps/**/*.tsx"],
"include": [
"libs/**/*.ts",
"libs/**/*.tsx",
"apps/**/*.ts",
"apps/**/*.tsx"
],
"ignore": ["**/__test__/**"]
},
"organizeImports": {
"enabled": false,
"include": ["libs/**/*.ts", "libs/**/*.tsx", "apps/**/*.ts", "apps/**/*.tsx"],
"include": [
"libs/**/*.ts",
"libs/**/*.tsx",
"apps/**/*.ts",
"apps/**/*.tsx"
],
"ignore": ["dist/*", "test-results/*", "tmp/*", "playwright-report/*"]
}
}
12 changes: 10 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,16 @@
"typescript": "~5.2.2"
},
"browserslist": {
"production": [">0.5%", "not dead", "not op_mini all"],
"development": ["last 3 chrome version", "last 3 firefox version", "last 5 safari version"]
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
"last 5 safari version"
]
},
"engines": {
"node": ">=18.0"
Expand Down
8 changes: 7 additions & 1 deletion libs/chatbot/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx", "jest.config.ts"],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"jest.config.ts"
],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}
8 changes: 7 additions & 1 deletion libs/data-mapper/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx", "jest.config.ts"],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"jest.config.ts"
],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}
8 changes: 7 additions & 1 deletion libs/designer/tsconfig.lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/*.spec.tsx", "**/*.test.tsx", "jest.config.ts"],
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/*.spec.tsx",
"**/*.test.tsx",
"jest.config.ts"
],
"include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx"]
}
Loading

0 comments on commit 0f9196c

Please sign in to comment.