mirror of https://github.com/tooot-app/app
Added Italian
This commit is contained in:
parent
76edfd90dc
commit
59fd07206d
|
@ -6,5 +6,10 @@
|
|||
|
||||
## Special thanks
|
||||
|
||||
@forenta for German translation
|
||||
|
||||
@andrigamerita for Italian translation
|
||||
|
||||
@hellojaccc for Korean translation
|
||||
|
||||
@duy@mas.to for Vietnamese translation
|
|
@ -2,3 +2,4 @@ Support editing toot
|
|||
Integrated into system's share menu
|
||||
Follow system's font weight setting (iOS)
|
||||
Upload gif from keyboard (Android)
|
||||
Added German and Italian
|
||||
|
|
|
@ -2,3 +2,4 @@
|
|||
支持系统图片分享
|
||||
跟随系统字体粗细(苹果)
|
||||
键盘上传gif图片(安卓)
|
||||
新增德语和意大利语
|
||||
|
|
|
@ -3,7 +3,7 @@ import { initReactI18next } from 'react-i18next'
|
|||
|
||||
import de from '@root/i18n/de/_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 vi from '@root/i18n/vi/_all'
|
||||
import zh_Hans from '@root/i18n/zh-Hans/_all'
|
||||
|
|
Loading…
Reference in New Issue