mirror of
https://github.com/Motion-Project/motion.git
synced 2026-06-12 15:54:40 -04:00
Revise ctx_motapp to cls_motapp
This commit is contained in:
@@ -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"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user