* I18n: Change verify-i18n script to use node_deb image with make in it
* remove swagger from i18n make
* make verify-i18n fail ci
* fix incorrect and unextracted nav translations
* fix more copy paste
Extraction failed. Make sure that you have no dynamic translation phrases, such as 't(\`preferences.theme.\$${themeID}\`, themeName)' and that no translation key is used twice. Search the output for '[warning]' to find the offending file." && false)
@ -252,8 +251,7 @@ steps:
\ "
depends_on:
- yarn-install
failure:ignore
image:node:20.9.0-alpine
image:node:20-bookworm
name:verify-i18n
trigger:
event:
@ -1625,7 +1623,6 @@ steps:
image:node:20.9.0-alpine
name:lint-frontend
- commands:
- apk add --update git
- |-
make i18n-extract || (echo "
Extraction failed. Make sure that you have no dynamic translation phrases, such as 't(\`preferences.theme.\$${themeID}\`, themeName)' and that no translation key is used twice. Search the output for '[warning]' to find the offending file." && false)