1
0
mirror of https://github.com/actix/actix-website synced 2025-06-29 00:10:36 +02:00

Attempt to clean up the multilingual setup

This commit is contained in:
Armin Ronacher
2018-06-24 23:03:40 +02:00
parent 513ef13784
commit 20888bc58b
8 changed files with 221 additions and 249 deletions

8
i18n/cn.toml Normal file
View File

@ -0,0 +1,8 @@
[home]
other = "首页"
[docs]
other = "文档"
[community]
other = "社区"
[code]
other = "源码"

8
i18n/en.toml Normal file
View File

@ -0,0 +1,8 @@
[home]
other = "Home"
[docs]
other = "Documentation"
[community]
other = "Community"
[code]
other = "Code"