Bzr doesn't speak my tongue
Bug #83941 reported by
Bruno Bord
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Fix Released
|
Medium
|
Jonathan Riddell |
Bug Description
Hi all,
Since I've seen in the TODO file of release 0.14 that a migration to gettext is expected, I've reported this bug for some purposes:
* check whether i18n or l10n of bzr is high or low priority
* I think there should be a spec for this, and linked to this bug.
* track down whenever POT files will be available, and eventually uploaded to Rosetta, so anyone can easily contribute to translation
I hope that bzr will speak french, at some point!
;)
Related branches
lp:~songofacandy/bzr/i18n
- Vincent Ladeuil: Needs Information
-
Diff: 10619 lines (+10321/-20)19 files modifiedMakefile (+20/-0)
bzrlib/builtins.py (+10/-0)
bzrlib/commands.py (+22/-13)
bzrlib/errors.py (+16/-0)
bzrlib/export_pot.py (+250/-0)
bzrlib/help.py (+4/-2)
bzrlib/help_topics/__init__.py (+2/-1)
bzrlib/help_topics/en/debug-flags.txt (+1/-0)
bzrlib/i18n.py (+129/-0)
bzrlib/option.py (+3/-1)
bzrlib/tests/__init__.py (+2/-0)
bzrlib/tests/test_export_pot.py (+147/-0)
bzrlib/tests/test_utextwrap.py (+192/-0)
bzrlib/trace.py (+5/-1)
bzrlib/utextwrap.py (+243/-0)
po/bzr.pot (+8931/-0)
setup.py (+11/-2)
tools/build_mo.py (+125/-0)
tools/msgfmt.py (+208/-0)
lp:~songofacandy/bzr/i18n-msgfmt
- Martin Pool: Needs Information
-
Diff: 363 lines (+326/-2)3 files modifiedsetup.py (+11/-2)
tools/build_mo.py (+107/-0)
tools/msgfmt.py (+208/-0)
lp:~songofacandy/bzr/i18n-msgextract
- Vincent Ladeuil: Approve
-
Diff: 463 lines (+419/-0)5 files modifiedMakefile (+20/-0)
bzrlib/builtins.py (+10/-0)
bzrlib/export_pot.py (+241/-0)
bzrlib/tests/__init__.py (+1/-0)
bzrlib/tests/test_export_pot.py (+147/-0)
lp:~songofacandy/bzr/i18n-utextwrap
- Martin Packman (community): Approve
- Vincent Ladeuil: Approve
-
Diff: 492 lines (+472/-0)3 files modifiedbzrlib/tests/__init__.py (+1/-0)
bzrlib/tests/test_utextwrap.py (+207/-0)
bzrlib/utextwrap.py (+264/-0)
lp:~jr/bzr/i18n-add-pot-file
- Jelmer Vernooij (community): Approve
-
Diff: 5313 lines (+5298/-0)2 files modifieddoc/en/release-notes/bzr-2.5.txt (+2/-0)
po/bzr.pot (+5296/-0)
lp:~jr/bzr/i18n-enable-translations-everywhere
- Jelmer Vernooij (community): Approve
-
Diff: 68 lines (+17/-5)3 files modifiedbzrlib/i18n.py (+9/-0)
bzrlib/tests/test_i18n.py (+5/-0)
doc/en/release-notes/bzr-2.5.txt (+3/-5)
Changed in bzr: | |
importance: | Wishlist → Medium |
Changed in bzr: | |
assignee: | nobody → Jonathan Riddell (jr) |
Changed in bzr: | |
status: | Confirmed → Fix Released |
To post a comment you must log in.
We do plan on getting i18n support, and Alexander Belchenko has done some work in that direction (just planning for now though, I think).