ZH CN viewsrc translation

This commit is contained in:
Tobias Diekershoff 2018-06-18 11:26:22 +02:00
parent f511aaa8e8
commit 7c31ba0a40
2 changed files with 32 additions and 3 deletions

View file

@ -1,3 +1,9 @@
<?php
$a->strings["View Source"] = "看源代码";
<?php
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
return 0;;
}}
;
$a->strings["View Source"] = "查看源码";