bcquality/custom/setup/templates/cspell.json
2026-06-21 12:22:54 +02:00

34 lines
540 B
JSON

{
"version": "0.2",
"language": "en,da",
"ignorePaths": [
"**/*.xlf",
"**/*.xml",
"**/node_modules/**",
"projectmemory/**",
"CLAUDE.md"
],
"words": [
"Curabis",
"CURABIS",
"codeunit",
"Codeunits",
"xliff",
"subpage",
"FactBox",
"TestPage",
"pageextension",
"tableextension",
"permissionset",
"RunModal",
"SetValue",
"OpenEdit",
"OpenNew",
"FindFirst",
"FindSet",
"FindLast",
"WorkDate",
"CurrExchRate",
"NoImplicitWith"
]
}