mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-18 11:29:26 +03:00
fe7a8894d3
* web: Update fonts to Patternfly 5 variants. * Fix order of heading override. * web: Flesh out locale context. * Fix Han pattern. * Remove comment. * Add additional regional codes. * Clarify comment. * Fix typos. * web/i18n: Add locale-specific font overrides. * Fix stale session in locale lifecycle. * core, web: Fix Han language codes. * Fix warnings about invalid BCP language code. * Build translations. * Add locale relative labels. * Add locale translations for Finnish and Portuguese. * Fix XLIFF errors. * Clean up labels. * Tidy regions. * Match region comment. * Update extracted values. * Fix locale switch not triggering on source language. * Split labels. * Clean up labels.
62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"[css]": {
|
|
"editor.minimap.markSectionHeaderRegex": "#\\bregion\\s*(?<separator>-?)\\s*(?<label>.*)\\*/$"
|
|
},
|
|
"[makefile]": {
|
|
"editor.minimap.markSectionHeaderRegex": "^#{25}\n##\\s\\s*(?<separator>-?)\\s*(?<label>[^\n]*)\n#{25}$"
|
|
},
|
|
"[dockerfile]": {
|
|
"editor.minimap.markSectionHeaderRegex": "\\bStage\\s*\\d:(?<separator>-?)\\s*(?<label>.*)$"
|
|
},
|
|
"[jsonc]": {
|
|
"editor.minimap.markSectionHeaderRegex": "#\\bregion\\s*(?<separator>-?)\\s*(?<label>.*)$"
|
|
},
|
|
"[xml]": {
|
|
"editor.minimap.markSectionHeaderRegex": "<!--\\s*#\\bregion\\s*(?<separator>-?)\\s*(?<label>.*)\\s*-->"
|
|
},
|
|
"todo-tree.tree.showCountsInTree": true,
|
|
"todo-tree.tree.showBadges": true,
|
|
"yaml.customTags": [
|
|
"!Condition sequence",
|
|
"!Context scalar",
|
|
"!Enumerate sequence",
|
|
"!Env scalar",
|
|
"!Env sequence",
|
|
"!File scalar",
|
|
"!File sequence",
|
|
"!Find sequence",
|
|
"!FindObject sequence",
|
|
"!Format sequence",
|
|
"!If sequence",
|
|
"!Index scalar",
|
|
"!KeyOf scalar",
|
|
"!Value scalar",
|
|
"!AtIndex scalar",
|
|
"!ParseJSON scalar"
|
|
],
|
|
"typescript.preferences.importModuleSpecifier": "non-relative",
|
|
"typescript.preferences.importModuleSpecifierEnding": "index",
|
|
"typescript.tsdk": "./node_modules/typescript/lib",
|
|
"typescript.enablePromptUseWorkspaceTsdk": true,
|
|
"yaml.schemas": {
|
|
"./blueprints/schema.json": "blueprints/**/*.yaml"
|
|
},
|
|
"gitlens.autolinks": [
|
|
{
|
|
"alphanumeric": true,
|
|
"prefix": "#<num>",
|
|
"url": "https://github.com/goauthentik/authentik/issues/<num>",
|
|
"ignoreCase": false
|
|
}
|
|
],
|
|
"go.testFlags": [
|
|
"-count=1"
|
|
],
|
|
"go.testEnvVars": {
|
|
"WORKSPACE_DIR": "${workspaceFolder}"
|
|
},
|
|
"github-actions.workflows.pinned.workflows": [
|
|
".github/workflows/ci-main.yml"
|
|
]
|
|
}
|