FreeBSD Bugzilla – Attachment 117840 Details for
Bug 159978
devel/bazaar-ng 2.4.0: Viewing help for subcommands results in an error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-bzrlib_i18n.py
patch-bzrlib_i18n.py (text/plain), 532 bytes, created by
R.Mahmatkhanov
on 2011-08-23 19:27:33 UTC
(
hide
)
Description:
patch-bzrlib_i18n.py
Filename:
MIME Type:
Creator:
R.Mahmatkhanov
Created:
2011-08-23 19:27:33 UTC
Size:
532 bytes
patch
obsolete
>--- bzrlib/i18n.py.orig 2011-08-11 14:40:03.000000000 +0400 >+++ bzrlib/i18n.py 2011-08-23 22:21:39.000000000 +0400 >@@ -74,10 +74,14 @@ > global _translations > if lang is None: > lang = _get_current_locale() >+ if lang is not None: >+ languages = lang.split(':') >+ else: >+ languages = None > _translations = _gettext.translation( > 'bzr', > localedir=_get_locale_dir(), >- languages=lang.split(':'), >+ languages=languages, > fallback=True) > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 159978
: 117840