Updated Japanese Lang File for 1.2.3
-
Hi @slaFFik
I updated Japanese language files for the version 1.2.3, which is avaiable in a zip file at:
http://staff.blog.bng.net/downloads/cd-bp-avatar-bubble-1.2.3.zipUnzip and you will see that there are two script files namely cd-ab-admin.php.org and cd-ab-admin.php.
The difference between two files is only this:
At the line 248
`
[ Original ]
<p><?php _e(‘Do you want to use images or CSS3 borders+shadows for corners?’) ?></p>
[ Changed to ]
<p><?php _e(‘Do you want to use images or CSS3 borders+shadows for corners?’, ‘cd_ab’) ?></p>
`
Due to a lack of ‘cd_ab’, the line 248 was not subject to translation.The Japanese lang files, namely ja.po and ja.mo, are in the langs folder.
I hope you will accept all of these.
You must be logged in to reply to this topic.