mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Add support for Chinese translation
This commit is contained in:
parent
5515da3c2d
commit
857c57daba
2 changed files with 2 additions and 0 deletions
|
@ -310,6 +310,7 @@
|
|||
"%A %B %-d, %Y": "%Y年%-m月%-d日 %a",
|
||||
"(edited)": "(已编辑)",
|
||||
"YouTube comment permalink": "YouTube 评论永久链接",
|
||||
"permalink": "",
|
||||
"`x` marked it with a ❤": "`x` 为此加 ❤",
|
||||
"Audio mode": "音频模式",
|
||||
"Video mode": "视频模式",
|
||||
|
|
|
@ -85,6 +85,7 @@ LOCALES = {
|
|||
"pl" => load_locale("pl"),
|
||||
"ru" => load_locale("ru"),
|
||||
"uk" => load_locale("uk"),
|
||||
"zh-CN" => load_locale("zh-CN"),
|
||||
}
|
||||
|
||||
config = CONFIG
|
||||
|
|
Loading…
Reference in a new issue