feat: i18n
This commit is contained in:
parent
34be0e33ff
commit
654010b3aa
5 changed files with 41 additions and 9 deletions
|
@ -9,5 +9,10 @@
|
|||
"favourites": "Favourites",
|
||||
"bookmarks": "Bookmarks",
|
||||
"profile": "Profile"
|
||||
},
|
||||
"account": {
|
||||
"posts": "{0} Posts",
|
||||
"following": "{0} Following",
|
||||
"followers": "{0} Followers"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,5 +9,10 @@
|
|||
"local": "本地",
|
||||
"notifications": "通知",
|
||||
"profile": "个人资料"
|
||||
},
|
||||
"account": {
|
||||
"followers": "被 {0} 人关注",
|
||||
"following": "正在关注 {0} 人",
|
||||
"posts": "{0} 条帖文"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue