Submit local changes
This commit is contained in:
@@ -10,7 +10,7 @@ def set_language(LANG):
|
||||
"""
|
||||
Sets language for this applet
|
||||
"""
|
||||
translations = gettext.translation("users", './applets/users/locales',
|
||||
translations = gettext.translation("users", '/usr/share/yasi-daemon/yasi_applets/users/locales',
|
||||
fallback=True, languages=[LANG])
|
||||
translations.install()
|
||||
_ = translations.gettext
|
||||
@@ -101,6 +101,8 @@ def build_stringlist():
|
||||
string_dict['password_confirm'] = _("Password (confirm)")
|
||||
string_dict['password_nomatch'] = _("These passwords do now match")
|
||||
string_dict['password_tooshort'] = _("This password is too short")
|
||||
string_dict['next_text'] = _("Next")
|
||||
string_dict['back_text'] = _("Back")
|
||||
return string_dict
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user