translation do not work. wp admin console is russian but atahualpa pages are english. also external texts are not translated. for example "Posts". i investigated its code, and i see default texts are in a php file but gettext is not used. ie : grep -r feed_link /home/........../Downloads/atahualpa/ : .... atahualpa/functions/bfa_get_options.php :
$default_options = '{ ......
"post_feed_link":"Posts","post_feed_link_title":"S ubscribe to the POSTS feed","show_comments_icon":"Yes","comment_feed_lin k":"Comments",
- gettext function _() is not used though might be used. and corresponding translation "Posts" is ready in russian po file.
add after several minutes : just now i see , there is russian translations in atahualpa admin page below text field: "Default: Записи".
Last edited by qdb; Jun 23, 2013 at 09:50 AM.
|