feat: add support for German language (de) (#369)

Co-authored-by: Erik Berkemeyer <WRDoll770@users.noreply.github.com>
This commit is contained in:
kimatata
2025-12-14 12:14:38 +09:00
committed by GitHub
parent 1f45867eb5
commit 61af4825c6
6 changed files with 416 additions and 3 deletions

View File

@@ -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: '简体中文' },
];