[plugin Oi Frontend Profile] i18n missing string
-
Hello,
The string “Username” is not correctly associated with the plugin domain.
Line 169 is currently :
<?=oinput(array('key'=>'user_login','before'=>__('Username'),'disabled'=>true,'value'=>esc_attr($profileuser->user_login),'hint'=>__('Usernames cannot be changed.','oifrontendprofile'),))?>
It should be
<?=oinput(array('key'=>'user_login','before'=>__('Username', 'oifrontendprofile'),'disabled'=>true,'value'=>esc_attr($profileuser->user_login),'hint'=>__('Usernames cannot be changed.','oifrontendprofile'),))?>
By the way, if you are interested, I translated your plugin to French.
Thank you.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[plugin Oi Frontend Profile] i18n missing string’ is closed to new replies.