Merge branch 'develop' into 'origin'

# Conflicts:
#   view/ja/hstrings.php
This commit is contained in:
harukin
2019-12-29 13:31:01 +09:00
41 changed files with 3616 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
if(! function_exists("string_plural_select_ja")) {
function string_plural_select_ja($n){
return 0;;
return 0;
}}
App::$rtl = 0;
App::$strings["plural_function_code"] = "0";