fix(i18n): add missing trailing commas in boundary falloff translations (EN, DE)

This commit is contained in:
CNCKitchen
2026-04-06 14:16:44 +02:00
parent e2c90ba7a6
commit 47cc55e5ce
+2 -2
View File
@@ -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',