commit 4b1a801cb0ae3d4e19ef92dcca4dd55aecf12d03 parent c03d0fa07eebb744f5f1f6445e204ad865a4da96 Author: Sebastian <sebasjm@gmail.com> Date: Wed, 18 Jun 2025 09:03:39 -0300 fix spell check Diffstat:
6 files changed, 14 insertions(+), 8 deletions(-)
diff --git a/contrib/ci/jobs/0-codespell/job.sh b/contrib/ci/jobs/0-codespell/job.sh @@ -3,4 +3,10 @@ set -exuo pipefail job_dir=$(dirname "${BASH_SOURCE[0]}") -codespell -q 0 -I "${job_dir}"/dictionary.txt -S "*.bib,*.bst,*.cls,*.json,*.png,*.svg,*.wav,*.gz,*/templating/test?/**,**/auditor/*.sql,**/templating/mustach**,*.fees,*key,*.tag,*.info,*.latexmkrc,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*/vpn/tests/**,*.priv,*.file,*.tgz,*.woff,*.gif,*.odt,*.fee,*.deflate,*.dat,*.jpeg,*.eps,*.odg,*/m4/ax_lib_postgresql.m4,*/m4/libgcrypt.m4,*.rpath,config.status,ABOUT-NLS,*/doc/texinfo.tex,*.PNG,*.??.json,*.docx,*.ods,*.doc,*.docx,*.xcf,*.xlsx,*.ecc,*.ttf,*.woff2,*.eot,*.ttf,*.eot,*.mp4,*.pptx,*.epgz,*.min.js,**/*.map,**/fonts/**,*.pack.js,*.po,*.bbl,*/afl-tests/*,*/.git/**,*.pdf,*.epub,**/signing-key.asc,**/pnpm-lock.yaml,**/*.svg,**/*.cls,**/rfc.bib,**/*.bst,*/cbdc-es.tex,*/cbdc-it.tex,**/ExchangeSelection/example.ts,*/testcurl/test_tricky.c,*/i18n/strings.ts,*/src/anastasis-data.ts,**/doc/flows/main.de.tex,*/vendor/**,*/node_modules/**,*.pnpm-store/**,./prebuilt/**,./packages/*/lib/**,./packages/*/dist/**,./build-system/**,*.ico,*.tff,*.zip,*.sqlite3,./packages/taler-util/src/iso-639.ts" +# ./packages/web-util/src/utils/select-ui-lists.ts +# contains words in german + +# ./packages/taler-util/src/iso-639.ts +# contains iso codes + +codespell -q 0 -I "${job_dir}"/dictionary.txt -S "*.bib,*.bst,*.cls,*.json,*.png,*.svg,*.wav,*.gz,*/templating/test?/**,**/auditor/*.sql,**/templating/mustach**,*.fees,*key,*.tag,*.info,*.latexmkrc,*.ecc,*.jpg,*.zkey,*.sqlite,*/contrib/hellos/**,*/vpn/tests/**,*.priv,*.file,*.tgz,*.woff,*.gif,*.odt,*.fee,*.deflate,*.dat,*.jpeg,*.eps,*.odg,*/m4/ax_lib_postgresql.m4,*/m4/libgcrypt.m4,*.rpath,config.status,ABOUT-NLS,*/doc/texinfo.tex,*.PNG,*.??.json,*.docx,*.ods,*.doc,*.docx,*.xcf,*.xlsx,*.ecc,*.ttf,*.woff2,*.eot,*.ttf,*.eot,*.mp4,*.pptx,*.epgz,*.min.js,**/*.map,**/fonts/**,*.pack.js,*.po,*.bbl,*/afl-tests/*,*/.git/**,*.pdf,*.epub,**/signing-key.asc,**/pnpm-lock.yaml,**/*.svg,**/*.cls,**/rfc.bib,**/*.bst,*/cbdc-es.tex,*/cbdc-it.tex,**/ExchangeSelection/example.ts,*/testcurl/test_tricky.c,*/i18n/strings.ts,*/src/anastasis-data.ts,**/doc/flows/main.de.tex,*/vendor/**,*/node_modules/**,*.pnpm-store/**,./prebuilt/**,./packages/*/lib/**,./packages/*/dist/**,./build-system/**,*.ico,*.tff,*.zip,*.sqlite3,./packages/taler-util/src/iso-639.ts,./packages/web-util/src/utils/select-ui-lists.ts" diff --git a/packages/aml-backoffice-ui/src/components/NewMeasure.tsx b/packages/aml-backoffice-ui/src/components/NewMeasure.tsx @@ -969,7 +969,7 @@ const verificationFormDesign = ( : undefined; if (!em) { - throw Error(`unkown challenge type ${challengeType} `); + throw Error(`unknown challenge type ${challengeType} `); } const fields = em.fields.map((f) => { @@ -990,7 +990,7 @@ const verificationFormDesign = ( required: true, disabled: cantChangeName, label: i18n.str`Name`, - help: i18n.str`Name of the verfication measure`, + help: i18n.str`Name of the verification measure`, validator(value) { return !value ? i18n.str`required` diff --git a/packages/aml-backoffice-ui/src/i18n/aml-backoffice.pot b/packages/aml-backoffice-ui/src/i18n/aml-backoffice.pot @@ -954,7 +954,7 @@ msgstr "" #. screenid: 122 #: packages/aml-backoffice-ui/src/components/NewMeasure.tsx:993 #, c-format -msgid "Name of the verfication measure" +msgid "Name of the verification measure" msgstr "" #. screenid: 122 @@ -972,7 +972,7 @@ msgstr "" #. screenid: 105 #: packages/aml-backoffice-ui/src/pages/decision/Measures.tsx:263 #, c-format -msgid "Configure verfication measure: \"%1$s\"" +msgid "Configure verification measure: \"%1$s\"" msgstr "" #. screenid: 105 diff --git a/packages/aml-backoffice-ui/src/pages/decision/Measures.tsx b/packages/aml-backoffice-ui/src/pages/decision/Measures.tsx @@ -261,7 +261,7 @@ function ActiveMeasureForm({ class="m-4 rounded-md w-fit border-0 px-3 py-2 text-center text-sm bg-indigo-700 text-white shadow-sm hover:bg-indigo-700 disabled:bg-gray-600" > <i18n.Translate> - Configure verfication measure: "{ver.name}"{" "} + Configure verification measure: "{ver.name}"{" "} </i18n.Translate> </button> ); diff --git a/packages/taler-util/src/taler-form-attributes.ts b/packages/taler-util/src/taler-form-attributes.ts @@ -231,7 +231,7 @@ export const TalerFormAttributes = { */ PEP_ACCEPTANCE_DATE: "PEP_ACCEPTANCE_DATE" as const, /** - * Description: True if the person is in a country for which FATF requires incresed dilegence. + * Description: True if the person is in a country for which FATF requires increased dilegence. * * GANA Type: Boolean */ diff --git a/packages/taler-wallet-webextension/build.mjs b/packages/taler-wallet-webextension/build.mjs @@ -20,7 +20,7 @@ import linaria from "@linaria/esbuild"; import { shakerPlugin } from "@linaria/shaker"; await build({ - type: process.env.DEV ? "developmet":"production", + type: process.env.DEV ? "development":"production", importMeta: import.meta, source: { js: [