Add German language support and remove a misleading witty phrase

This commit is contained in:
Alexander Farber 2025-12-30 16:35:34 +01:00
parent 2bc8079519
commit 5a5dae1987
No known key found for this signature in database
4 changed files with 1074 additions and 2 deletions

View file

@ -202,6 +202,7 @@ const SETTINGS_SCHEMA = {
{ value: 'en', label: 'English' },
{ value: 'zh', label: '中文 (Chinese)' },
{ value: 'ru', label: 'Русский (Russian)' },
{ value: 'de', label: 'Deutsch (German)' },
],
},
terminalBell: {