From 47cc55e5ceb3ade92afd01445801fe5aca61f33a Mon Sep 17 00:00:00 2001 From: CNCKitchen Date: Mon, 6 Apr 2026 14:16:44 +0200 Subject: [PATCH] fix(i18n): add missing trailing commas in boundary falloff translations (EN, DE) --- js/i18n.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/i18n.js b/js/i18n.js index 30ab580..6725c25 100644 --- a/js/i18n.js +++ b/js/i18n.js @@ -109,7 +109,7 @@ export const TRANSLATIONS = { // Boundary falloff 'labels.boundaryFalloff': 'Boundary Falloff \u24d8', - 'tooltips.boundaryFalloff': 'Gradually reduces displacement to zero near masked boundaries, preventing triangle overlap where textured and non-textured regions meet.' + 'tooltips.boundaryFalloff': 'Gradually reduces displacement to zero near masked boundaries, preventing triangle overlap where textured and non-textured regions meet.', // Symmetric displacement 'labels.symmetricDisplacement': 'Symmetric displacement \u24d8', @@ -299,7 +299,7 @@ export const TRANSLATIONS = { // Boundary falloff 'labels.boundaryFalloff': 'Rand\u00fcbergang \u24d8', - 'tooltips.boundaryFalloff': 'Reduziert die Verschiebung schrittweise auf Null nahe maskierter Grenzen, um Dreiecks\u00fcberschneidungen an \u00dcberg\u00e4ngen zu vermeiden.' + 'tooltips.boundaryFalloff': 'Reduziert die Verschiebung schrittweise auf Null nahe maskierter Grenzen, um Dreiecks\u00fcberschneidungen an \u00dcberg\u00e4ngen zu vermeiden.', // Symmetric displacement 'labels.symmetricDisplacement': 'Symmetrische Verschiebung \u24d8',