Revise ctx_motapp to cls_motapp

This commit is contained in:
Mr-Dave
2024-08-17 21:15:48 -06:00
parent 61c3f453dd
commit c2ec02e9e0
25 changed files with 378 additions and 355 deletions

View File

@@ -532,9 +532,9 @@ void mytranslate_init(void)
//translate_locale_chg("li");
mytranslate_locale_chg("es");
bindtextdomain ("motion", LOCALEDIR);
bind_textdomain_codeset ("motion", "UTF-8");
textdomain ("motion");
bindtextdomain ("motionplus", LOCALEDIR);
bind_textdomain_codeset ("motionplus", "UTF-8");
textdomain ("motionplus");
MOTPLS_LOG(NTC, TYPE_ALL, NO_ERRNO,_("Language: English"));