Skip to content

Commit f9002f2

Browse files
committed
chore: update i18n stuff for German locale
1 parent 4b5cbb8 commit f9002f2

7 files changed

Lines changed: 844 additions & 17 deletions

File tree

config/i18n.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,13 @@ const locales: (Omit<LocaleObjectData, 'code'> & { code: string })[] = [
124124
file: 'el-GR.json',
125125
name: 'Ελληνικά',
126126
},
127+
*/
127128
{
128129
code: 'de-DE',
129130
file: 'de-DE.json',
130131
name: 'Deutsch',
131132
},
132-
{
133+
/*{
133134
code: 'hu-HU',
134135
file: 'hu-HU.json',
135136
name: 'Magyar',

0 commit comments

Comments
 (0)