Translation loading
-
Why don’t you use load_plugin_textdomain() instead of making your own translation loader ?
I know there’s no real convention for where the translation files should be stored, but judging from WordPress source code, the right location should be
wp-content/languages/plugins/{textdomain}-{locale}.mo
and not what you did ; which is
wp-content/languages/{textdomain}/{textdomain}-{locale}.mo
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Translation loading’ is closed to new replies.