Added Italian

This commit is contained in:
Zhiyuan Zheng 2022-05-13 19:13:29 +02:00
parent 76edfd90dc
commit 59fd07206d
4 changed files with 8 additions and 1 deletions

View File

@ -6,5 +6,10 @@
## Special thanks ## Special thanks
@forenta for German translation
@andrigamerita for Italian translation
@hellojaccc for Korean translation @hellojaccc for Korean translation
@duy@mas.to for Vietnamese translation @duy@mas.to for Vietnamese translation

View File

@ -2,3 +2,4 @@ Support editing toot
Integrated into system's share menu Integrated into system's share menu
Follow system's font weight setting (iOS) Follow system's font weight setting (iOS)
Upload gif from keyboard (Android) Upload gif from keyboard (Android)
Added German and Italian

View File

@ -2,3 +2,4 @@
支持系统图片分享 支持系统图片分享
跟随系统字体粗细(苹果) 跟随系统字体粗细(苹果)
键盘上传gif图片安卓) 键盘上传gif图片安卓)
新增德语和意大利语

View File

@ -3,7 +3,7 @@ import { initReactI18next } from 'react-i18next'
import de from '@root/i18n/de/_all' import de from '@root/i18n/de/_all'
import en from '@root/i18n/en/_all' import en from '@root/i18n/en/_all'
import en from '@root/i18n/it/_all' import it from '@root/i18n/it/_all'
import ko from '@root/i18n/ko/_all' import ko from '@root/i18n/ko/_all'
import vi from '@root/i18n/vi/_all' import vi from '@root/i18n/vi/_all'
import zh_Hans from '@root/i18n/zh-Hans/_all' import zh_Hans from '@root/i18n/zh-Hans/_all'