feat: add support for German language (de) (#369)
Co-authored-by: Erik Berkemeyer <WRDoll770@users.noreply.github.com>
This commit is contained in:
@@ -12,6 +12,7 @@ const categoricalPalette = ['#fba91e', '#6ea56c', '#3ac6e1', '#feda2f', '#f15f47
|
||||
const locales: LocaleType[] = [
|
||||
{ code: 'en', name: 'English' },
|
||||
{ code: 'ja', name: '日本語' },
|
||||
{ code: 'de', name: 'Deutsch' },
|
||||
{ code: 'pt-BR', name: 'Português' },
|
||||
{ code: 'zh-CN', name: '简体中文' },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user