mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
New Param: Added Param.get_label() method for a way to retrieve translated message at request time
This commit is contained in:
@@ -287,7 +287,7 @@ class PluginTester(object):
|
||||
return (o, api, home)
|
||||
|
||||
|
||||
class DummyUGettext(object):
|
||||
class dummy_ugettext(object):
|
||||
__called = False
|
||||
|
||||
def __init__(self):
|
||||
@@ -301,7 +301,7 @@ class DummyUGettext(object):
|
||||
return self.translation
|
||||
|
||||
|
||||
class DummyUNGettext(object):
|
||||
class dummy_ungettext(object):
|
||||
__called = False
|
||||
|
||||
def __init__(self):
|
||||
|
||||
Reference in New Issue
Block a user