Skip to content

Commit

Permalink
Ignore wrongly translated string
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 23, 2024
1 parent 385e5eb commit 46ee089
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/scripts/verify-translations-format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ const ALLOWED_VOID_TAGS = ['br'];
// Make sure to report these strings to crowdin. View this as a temporary escape
// hatch, not a permanent solution.
const IGNORED_STRINGS: Set<string> = new Set([
// German translation. Has been reported to Crowdin.
"Daher verwenden wir automatisch Multihop, um %(daita)s mit jedem Server zu aktivieren."

Check failure on line 14 in gui/scripts/verify-translations-format.ts

View workflow job for this annotation

GitHub Actions / check-frontend (ubuntu-latest)

Replace `"Daher·verwenden·wir·automatisch·Multihop,·um·%(daita)s·mit·jedem·Server·zu·aktivieren."` with `'Daher·verwenden·wir·automatisch·Multihop,·um·%(daita)s·mit·jedem·Server·zu·aktivieren.',`

Check failure on line 14 in gui/scripts/verify-translations-format.ts

View workflow job for this annotation

GitHub Actions / check-frontend (ubuntu-latest)

Strings must use singlequote
]);

function getLocales(): string[] {
Expand Down

0 comments on commit 46ee089

Please sign in to comment.