mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 16:56:14 -04:00
feat(i18n): added German translation (#1038)
* feat(i18n): German translation * more * more * more * rest
This commit is contained in:
parent
221ddfa75c
commit
2c2fb216e3
2 changed files with 456 additions and 0 deletions
|
@ -3,6 +3,7 @@ const { availableLocales, locale } = useI18n();
|
|||
|
||||
const localesLong: Record<string, string> = {
|
||||
en: 'English',
|
||||
de: 'Deutsch',
|
||||
es: 'Español',
|
||||
fr: 'Français',
|
||||
pt: 'Português',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue