Hi all, the latest l10n packages that will be integrated into build 133 are available at: ftp://sunvirtuallab.com:31002/pub/OS2010.03/2010-02-10-b133/
The rest of pkgs (primarily for JDS-specific projects) will be available soon. There are couple of issues (mentioned below) you should be aware when looking at the translations (thanks Takeshi for this info). Regards, Ales Notes when using the translations on OpenSolaris b132 (or earlier): ------------------------------------------------------------------- * Command "pkg publisher" can issue traceback in some languages due to bug 14473. Fix will be in b133. Workaround is to apply this to /usr/bin/pkg: fix http://cr.opensolaris.org/~garypen/gate/ This problem also affects repositories listed on DDU. ------------------------------------------------------------------- * On DDU, "Add repository..." button does not work in localized languages. Fix will be in b133. Workaround is to apply this to /usr/ddu/ddu.py: --- ddu.py.org 2010-02-10 13:37:19.412365061 +0900 +++ ddu.py.fix 2010-02-10 13:36:53.864492090 +0900 @@ -659,7 +659,7 @@ def changed_cb(self,entry): pkgaction=entry.get_active_text() - if pkgaction == "Add repository...": + if pkgaction == _("Add repository..."): repo=repo_dlg() repo.run() self.lookup_repo() ------------------------------------------------------------------- * On DDU, "Eject" button stays in English. Fix will be in b133. Workaround is to apply this to /usr/ddu/data/hdd.glade: --- hdd.glade.org 2010-02-01 12:34:29.000000000 +0900 +++ hdd.glade.fix 2010-02-09 23:12:44.406391617 +0900 @@ -1882,8 +1882,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> - <property name="label" translatable="yes">_Eject -</property> + <property name="label" translatable="yes">_Eject</property> <property name="use_underline">True</property> <property name="response_id">0</property>
