Update i18n.py to match messages.sh
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
parent
fe02f16a92
commit
dbbbcb101c
|
@ -35,6 +35,6 @@ localedir = QtCore.QStandardPaths.locate(
|
|||
QtCore.QStandardPaths.LocateDirectory
|
||||
)
|
||||
|
||||
t = gettext.translation('falkon_' + __package__, localedir, languages, fallback=True)
|
||||
t = gettext.translation(__package__, localedir, languages, fallback=True)
|
||||
i18n = t.gettext
|
||||
i18np = t.ngettext
|
||||
|
|
Loading…
Reference in New Issue
Block a user