Fix German profile_skill_count interpolation

This commit is contained in:
Frank Song
2026-05-10 14:25:08 +08:00
parent e4a9c5b7f5
commit 8f077d37f7
2 changed files with 43 additions and 1 deletions
+1 -1
View File
@@ -5027,7 +5027,7 @@ const LOCALES = {
profile_gateway_stopped: 'Gateway gestoppt',
profile_active: 'Aktiv',
profile_no_configuration: 'Keine Konfiguration',
profile_skill_count: '{count} Fähigkeiten',
profile_skill_count: (count) => `${count} Fähigkeit${count === 1 ? '' : 'en'}`,
profile_use: 'Verwenden',
profile_switch_title: 'Profil wechseln',
profile_delete_title: 'Profil löschen',