Merge lp:~bialix/bzr-explorer/bug-524194 into lp:bzr-explorer

Proposed by Alexander Belchenko
Status: Merged
Approved by: Alexander Belchenko
Approved revision: not available
Merged at revision: not available
Proposed branch: lp:~bialix/bzr-explorer/bug-524194
Merge into: lp:bzr-explorer
Diff against target: 13 lines (+3/-0)
1 file modified
lib/commands.py (+3/-0)
To merge this branch: bzr merge lp:~bialix/bzr-explorer/bug-524194
Reviewer Review Type Date Requested Status
Bazaar Explorer Developers Pending
Review via email: mp+19697@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alexander Belchenko (bialix) wrote :

This patch enables translations for qbzr widgets.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/commands.py'
2--- lib/commands.py 2010-01-28 00:41:51 +0000
3+++ lib/commands.py 2010-02-19 11:49:15 +0000
4@@ -67,6 +67,9 @@
5 from bzrlib.plugins.explorer.lib import i18n
6 if not zzz:
7 i18n.install()
8+ # enable translations for qbzr widgets too
9+ import bzrlib.plugins.qbzr.lib.i18n
10+ bzrlib.plugins.qbzr.lib.i18n.install()
11 else:
12 i18n.install_zzz()
13 if experimental:

Subscribers

People subscribed via source and target branches