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 1bd807c commit 4724444
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."
]);

function getLocales(): string[] {
Expand Down

0 comments on commit 4724444

Please sign in to comment.