You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have added an Austrian language and chosen "at" language code. I know that in Austria they speak German, but still - I need to use "at" as a language code...
"qTranslate X" throws this error:
Notice: Undefined index: at in /public/wp-content/plugins/qtranslate-x/qtranslate_hooks.php on line 36
Appearently there is no arra key "at" in the array returned by qtranxf_default_windows_locale() function, so this line throws that error:
$locale[] = $windows_locale[$lang];
So, how to add custom (unlisted in this plugin) languages? Would you add some filter in qtranxf_default_windows_locale() function or figure out some better way?
The text was updated successfully, but these errors were encountered:
This is the only place where 'windows_locale' is in use, and if Windows does not have this code there is no neither need nor way to make it up meaningfully.
I have added an Austrian language and chosen "at" language code. I know that in Austria they speak German, but still - I need to use "at" as a language code...
"qTranslate X" throws this error:
Appearently there is no arra key "at" in the array returned by
qtranxf_default_windows_locale()
function, so this line throws that error:So, how to add custom (unlisted in this plugin) languages? Would you add some filter in
qtranxf_default_windows_locale()
function or figure out some better way?The text was updated successfully, but these errors were encountered: