mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-25 19:20:16 +00:00
Fix German profile_skill_count interpolation
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user