Update languages.ts to include German translation

This commit is contained in:
junglemusic
2024-09-21 07:06:45 +02:00
committed by GitHub
parent 254a3103a3
commit 68806308c0

View File

@@ -4,4 +4,5 @@ export const languages = [
{ key: 'ru', name: 'Русский' },
{ key: 'ko', name: '한국어' },
{ key: 'zh', name: '中文' }
{ key: 'de', name: 'Deutsch' }
];