feat: i18n

This commit is contained in:
Anthony Fu 2022-11-28 18:14:58 +08:00
parent 34be0e33ff
commit 654010b3aa
5 changed files with 41 additions and 9 deletions

View file

@ -9,5 +9,10 @@
"favourites": "Favourites",
"bookmarks": "Bookmarks",
"profile": "Profile"
},
"account": {
"posts": "{0} Posts",
"following": "{0} Following",
"followers": "{0} Followers"
}
}

View file

@ -9,5 +9,10 @@
"local": "本地",
"notifications": "通知",
"profile": "个人资料"
},
"account": {
"followers": "被 {0} 人关注",
"following": "正在关注 {0} 人",
"posts": "{0} 条帖文"
}
}