My favorites | Sign in
Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
             
New issue | Search
for
| Advanced search | Search tips
Issue 26: WP-openid localization
4 people starred this issue and may be notified of changes. Back to list
Status:  Started
Owner:  wnorris
Type-Defect
Priority-Medium
Project-WpOpenID
Milestone-Release3.0


Sign in to add a comment
 
Reported by jeromeinparis, Apr 16, 2008
At least for the "client" part (i.e. the short text appearing in the
comment area), this plugin should be localize to spread openid all over the
world !

PS : I volunteer for the french translation. Please contact me when ready.
 
Comment 2 by wnorris, May 19, 2008
(No comment was entered for this change.)
Status: Accepted
Owner: wnorris
Comment 3 by wnorris, May 20, 2008
first stab at adding localization has been checked in to trunk.  still a little ways to go, but should be enough for 
translators to get started.
Comment 4 by tran.min...@link2caro.com, May 21, 2008
Could you please tell me how to load the l10n file for the plugin? Thank you ;-)
Comment 5 by wnorris, May 21, 2008
not sure what you mean by "load the localization file".  There aren't any localizations yet, only the POT file in the 
'lang' directory.  You can build a PO from that in a specific language, then compile it with msgfmt.

More at http://codex.wordpress.org/I18n_for_WordPress_Developers
Comment 6 by jeromeinparis, May 21, 2008
@ Tran » You also can use Poedit (freeware) to generate .mo and .po files from .pot file.

@ Will Noris » I started the french translation. When is approx. scheduled the future
i18n release ?
Comment 7 by wnorris, May 22, 2008
@jeromeinparis: no idea on next i18n release.  I'm okay with tossing translations in as soon as we have them.  
I've never managed a localized project like this so we'll have to figure out a few things.  For example, I guess I 
can't be quite so quick to go and change around a lot of text w/o letting the translators know so they can update 
their stuff.  ??
Status: Started
Comment 8 by jeromeinparis, May 25, 2008
Well, I'm not really used to localized projects (and used to open source projects as
well), but here are some of my impressions :

1/ Goal : Installation/upgrade for end user must be « plug 'n play ». That is, french
users must get a WP-OpenID package with up-to-date fr-FR files in it.

2/ To reach that goal : translators must be informed, at least one week in advance,
that an new release is scheduled, so that they can update translation packages and do
some testing on time.
Exception for security released : the quicker they are released, the better.
Untranslated strings may wait further version.

3/ Translators should be able to test their translation ! (That's my present problem
! My .mo file is ready but I don't know how to get a WP-OpenID version with i18n
enabled. Need to join Diso Project ?)

i18n best practices :
http://codex.wordpress.org/User:Nbachiyski/I18n_for_WordPress_Developers
(Source : WP Codex) 
Comment 9 by tran.min...@link2caro.com, May 26, 2008
I finished the translation, built to .po already, and I tried to load that po file but w/o success.
In the code of wp-open, I changed a text to __() or _e() i don't remember, and I put
load_plugin_textdomain(.....); to load the po file, am I wrong at this?

Comment 10 by wnorris, May 27, 2008
attach your PO to this ticket and I'll try it out
Comment 11 by jeromeinparis, May 28, 2008
Here's fr_FR .po and .mo files
We had to agree on their name (I took 'openid' for domain)
openid-fr_FR.mo
5.3 KB   Download
openid-fr_FR.po
6.2 KB   Download
Comment 12 by wnorris, May 28, 2008
looks good.  I've added basic instructions for using wordpress localizations to the wiki:

http://codex.wordpress.org/Translating_WordPress#Using_Localizations

Once you have that working, you just drop your wp-openid localization into the 'lang' folder of the plugin, and it 
should work.
Comment 13 by link2caro.net, May 30, 2008
zut, i forgot to put the domain name prefix :p
openid-vi_VN.mo
3.9 KB   Download
openid-vi_VN.po
5.4 KB   Download
Comment 14 by link2caro.net, May 30, 2008
wp-content/plugins/openid/languages/openid-vi_VN.mo

I used with the revision r228 and text are still in English :(
Comment 15 by link2caro.net, May 30, 2008
define('WPLANG', 'vi_VN'); already in wp-config
Comment 16 by wnorris, Jul 23, 2008
(No comment was entered for this change.)
Labels: Milestone-Release3.0
Comment 17 by irene.f, Oct 07, 2008
I did translation es_ES, but somes sentencies are missing.
Some calls to old archives (from 2.2 version, like interface.php).
openid-es_ES.pot
6.2 KB   Download
openid-es_ES.mo
5.1 KB   Download
Comment 18 by wnorris, Oct 07, 2008
thanks Irene, that's awesome.  Unfortunately yes, the current POT file is quite out of date.  I will see about getting 
it updated this week so that we can get translations updated for the 3.1 release.  Thanks for helping that this 
effort.
Comment 19 by jeromeinparis, Oct 07, 2008
Ring our bells when POT will be updated.
And please, for an easier usage, include all translation files in future packages.
Comment 20 by wnorris, Oct 07, 2008
the POT in trunk should now be up to date.

http://diso.googlecode.com/svn/wordpress/openid/trunk/lang/openid.pot
Comment 21 by jeromeinparis, Oct 08, 2008
I'm sorry, when I try to open this .pot file, I get an error :
12:09:48: C:xxx\Temp\poe2C1C.tmp\ref.pot:451: duplicate message definition...
12:09:48: C:xxx\Temp\poe2C1C.tmp\ref.pot:33: ...this is the location of the first
definition
12:09:48: msgmerge: found 1 fatal error

It's strange since I can't visualy localize in the pot file where the error is.
Comment 22 by wnorris, Mar 18, 2009
I've just updated the POT file.  Would any translators please update their translation files and attach them to this 
ticket.  I promise I really will get them included in the plugin this time :)
Comment 23 by georg.s.adamsen, Mar 20, 2009
Here is the Danish localization. Updates will always be available via this link:
http://wordpress.blogos.dk/tag/openid/

I attach a zip with the openid-da_DK.mo and po for version 3.2.2.
openid-da_DK.zip
12.1 KB   Download
Comment 24 by jeromeinparis, Apr 11, 2009
Here is the french localization.

Comments:
* It seems the english OpenID description on consumer side is not translate.
* Where does this wording « Also grant access to see my %s. » appears ?

openid-fr_FR.zip
12.9 KB   Download
Comment 26 by frantisek.sidak, Oct 01, 2009
Czech for OpenID plugin 3.3.1

openid-3.3.1-patch.zip
- added some non translated strings by editing sources (2 src files are included)
- also includes czech .mo .po files

openid-cs_CZ.zip
- includes czech .mo .po files
openid-3.3.1-patch.zip
22.6 KB   Download
openid-cs_CZ.zip
11.3 KB   Download
Comment 27 by frantisek.sidak, Oct 01, 2009
openid-3.3.1-patch.zip (added 1 another src file)
- added some non translated strings by editing sources (3 src files are included)
- also includes czech .mo .po files

This patch can be used also with other langs. Src files are changed only to showing
translated strings. Nothing else.
openid-3.3.1-patch.zip
26.7 KB   Download
Comment 28 by wnorris, Oct 01, 2009
I've checked in all of the localizations attached to this ticket.  I've also checked in the changes frantisek.sidak just 
posted, thanks for that.  If you have any more, please post them and I'll get the checked in.

I would imagine that many of the older translation files are out of date, but I've checked them in anyway, figure 
that partial support is better than nothing.  If the original translators (or new ones) care to update the 
translations, that would be much appreciated... please re-post them here.
Comment 29 by jeromeinparis, Oct 20, 2009
To all : 
The .pot file URL is now 
http://diso.googlecode.com/svn/wordpress/openid/trunk/localization/openid.pot

Updated fr_FR files attached.
Regards.


openid-fr_FR.zip
13.2 KB   Download
Comment 30 by georg.s.adamsen, Nov 07, 2009
Here are updated Danish language files.

They are usually opdated shortly after a new version of the plugin and are always
available from http://wordpress.blogos.dk/s%C3%B8g-efter-downloads/?did=13

Regards
openid-da_DK.zip
12.7 KB   Download
Comment 31 by rocaznet, Nov 07, 2009
Hi,
I'd created Japanese PO/MO files.
I cannot confirm in my environment, but could you please to merge and check those 
files?

Thank you.
openid-ja_JP.zip
13.2 KB   Download
Comment 32 by rocaznet, Nov 08, 2009
Here is update files for Japanese.
openid-ja_JP.zip
13.2 KB   Download
Comment 33 by jmsan...@gmail.com, Nov 09, 2009
I've done the Spanish-Spain (es_ES) translation files and I've also updated the po+mo 
files so there aren't any missing translations strings in this version.

The two files are into the zip file attached.

Any comments are welcome.
openid-3.3.2-es_ES.zip
11.4 KB   Download
Comment 34 by acuevas, Dec 04, 2009
Here is the stantard catalan (ca_ES, ca_AD, ca_IT and ca_FR) translation for the 3.3.2. 

.po and .mo in the file attached.

Thank you.

OpenID-3.3.2-ca.zip
11.2 KB   Download
Sign in to add a comment

Hosted by Google Code