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:
8
i18n/cn.toml
Normal file
8
i18n/cn.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[home]
|
||||
other = "首页"
|
||||
[docs]
|
||||
other = "文档"
|
||||
[community]
|
||||
other = "社区"
|
||||
[code]
|
||||
other = "源码"
|
8
i18n/en.toml
Normal file
8
i18n/en.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[home]
|
||||
other = "Home"
|
||||
[docs]
|
||||
other = "Documentation"
|
||||
[community]
|
||||
other = "Community"
|
||||
[code]
|
||||
other = "Code"
|
Reference in New Issue
Block a user