fix plural code
This commit is contained in:
parent
a3f7121a3a
commit
972270ff3e
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
if(! function_exists("string_plural_select_ja")) {
|
if(! function_exists("string_plural_select_ja")) {
|
||||||
function string_plural_select_ja($n){
|
function string_plural_select_ja($n){
|
||||||
return 0;;
|
return 0;
|
||||||
}}
|
}}
|
||||||
App::$rtl = 0;
|
App::$rtl = 0;
|
||||||
App::$strings["plural_function_code"] = "0;";
|
App::$strings["plural_function_code"] = "0";
|
||||||
App::$strings["Create an account to access services and applications"] = "サービスとアプリケーションにアクセスするためにアカウントを作成する。";
|
App::$strings["Create an account to access services and applications"] = "サービスとアプリケーションにアクセスするためにアカウントを作成する。";
|
||||||
App::$strings["Register"] = "登録";
|
App::$strings["Register"] = "登録";
|
||||||
App::$strings["Logout"] = "ログアウト";
|
App::$strings["Logout"] = "ログアウト";
|
||||||
|
Reference in New Issue
Block a user