Fix: src.ctf.fs: initialize the other_entry variable
[babeltrace.git] / tests / utils / python / tap / i18n.py
CommitLineData
b85894a3
MJ
1# Copyright (c) 2016, Matt Layman
2
3import gettext
4import os
5
6localedir = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'locale')
7translate = gettext.translation('tappy', localedir, fallback=True)
8_ = translate.gettext
This page took 0.061534 seconds and 4 git commands to generate.