CodeStyling Localization and layout
Hi,
How are you?
I’m looking to translate the template’s text via CodeStyling Localization and I’m getting two errors:
1. Loading Issue: Author is using load_textdomain instead of load_plugin_textdomain function. This may break behavior of WordPress, because some filters and actions won’t be executed anymore. Please contact the Author about that.
2. Error: The actual loaded translation content does not match the textdomain: anspress-question-answer
Expect, that any text you translate will not occure as long as the textdomain is mismatching!
This is a coding issue at the source files you try to translate, please contact the original Author and explain this mismatch.
Also, how can use the nice layout you have on http://anspress.io/questions/ ?
I’ll be glad to donate to this great plugin.
Thanks,
Eran
I will update it to load_plugin_textdomain
#1 No you don’t need anything to change. All should work fine, use poedit.net to edit main ap.pot file. And if you have enabled your language then your new .pot file will be loaded. If not then feel free to ping me anytime.
#2 Here is donation link Donate
#3 you are most welcome and that would be awesome.
#4 Yes AnsPress default theme is not that cool right now but I assure you we will make it better once we get done with user profile and levels.
#5 Yes of course, but after saving please update AnsPress option once (in case you get 404 error). But Do not change the Base page title from ANSPRESS_TITLE
to anything else, but you can rename slug.
Thanks
This may sounds silly but I can’t find the theme’s folder under the Plugins folder, is that reasonable? where can I find the ap.pot file?
for language = anspress-questions-answer/languages/ap.pot
theme = anspress-questions-answer/theme/default/
You can override theme file by simply creating a new folder called anspress in your active theme and copy content from default theme.
I’m sorry, I meant I can’t find the *plugn* directory. I’m at “/wp-content/plugins” but I can’t find a folder with “anspress”. Can that be? Note that I am able to access the plugin’s files via Plugins->Editor. Isn’t it strange?
folder name is anspress-question-answer, cheers!
I have similar problem. Code style localization plugin shows an error:
Error: The actual loaded translation content does not match the textdomain: ap
Expect, that any text you translate will not occure as long as the textdomain is mismatching!
This is a coding issue at the source files you try to translate, please contact the original Author and explain this mismatch.
I checked – I changed some translations in ap-ru_RU.po but it does not change translation in my interface.
In code you use .__(‘ans’, ‘ap’) but CodeStyleLocalization says that in .po file default text domain. Maybe something wrong with .po files? I do not know yet where .po file keeps textdomains list and how to see it and change.