Closed GoogleCodeExporter closed 9 years ago
Actually for temporary fix the above stated path is wrong and it is wrongly
stated in the original dictionaries.php file comment too.
It says:
This handles loading of dictionaries/lexicons for i18n/locale settings. If you
have
added your own modifications to this plugin or if you want to customize the
lexicon in any way, you can save a modified version of this file here:
wp-content/uploads/cctm/conf/lang/dictionaries.php
But the self::load_file() is looking for
wp-content/uploads/cctm/config/lang/dictionaries.php
Note the "config" directory name instead of "conf".
Original comment by antronin
on 2 Mar 2012 at 10:53
Thanks for the report! Good catch.
Original comment by ever...@fireproofsocks.com
on 4 Mar 2012 at 7:42
The comment has been updated. I don't like hard-coding the plugin's directory,
so I used the following variation:
load_plugin_textdomain( CCTM_TXTDOMAIN, false, basename(CCTM_PATH).'/lang/' );
Committed revision 515520.
Original comment by ever...@fireproofsocks.com
on 6 Mar 2012 at 8:18
Original issue reported on code.google.com by
antronin
on 2 Mar 2012 at 10:44