Merge pull request #1378 from afarber/add-german-language-support

feat(i18n): add German language support
This commit is contained in:
pomelo 2026-01-05 22:14:00 +08:00 committed by GitHub
commit b19bb6cb20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: {

File diff suppressed because it is too large Load diff

View file

@ -1037,7 +1037,6 @@ export default {
'Applying percussive maintenance...',
'Searching for the correct USB orientation...',
'Ensuring the magic smoke stays inside the wires...',
'Rewriting in Rust for no particular reason...',
'Trying to exit Vim...',
'Spinning up the hamster wheel...',
"That's not a bug, it's an undocumented feature...",

View file

@ -1056,7 +1056,6 @@ export default {
'Провожу настройку методом тыка...',
'Ищем, какой стороной вставлять флешку...',
'Следим, чтобы волшебный дым не вышел из проводов...',
'Переписываем всё на Rust без особой причины...',
'Пытаемся выйти из Vim...',
'Раскручиваем колесо для хомяка...',
'Это не баг, а фича...',