mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-03-21 18:04:10 -05:00
Add de-DE to languages
This commit is contained in:
parent
ee73e5bc44
commit
b4a6eac7e4
|
|
@ -5,6 +5,7 @@ const debug = createDebug('app:i18n');
|
|||
|
||||
export const languages = {
|
||||
'en-GB': [() => import('./locale/en-gb.js'), 'English'] as const,
|
||||
'de-DE': [() => import('./locale/de-de.js'), 'Deutsch'] as const,
|
||||
};
|
||||
|
||||
type Namespace = keyof typeof import('./locale/en-gb.js');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user