Disable Translation Update On Installing
-
Hi,
I downloaded this plugin to my computer and added my own translation files (mo/po) to the /lang folder.
However, when I install the plugin (with my lang files), WordPress automatically create new mo/po files in the /wp-content/languages/plugins/ folder.
That make my translation does not work by default.
My questions is, how to disable translation update on plugin installing? I have tried the method below with no luck:
add_filter( ‘auto_update_translation’, ‘__return_false’ );
Do you have any solution?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Disable Translation Update On Installing’ is closed to new replies.