Your IP : 216.73.217.39


Current Path : /proc/thread-self/root/proc/self/root/opt/alt/python37/lib/python3.7/site-packages/tap/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/opt/alt/python37/lib/python3.7/site-packages/tap/i18n.py

# Copyright (c) 2016, Matt Layman

import gettext
import os

localedir = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'locale')
translate = gettext.translation('tappy', localedir, fallback=True)
_ = translate.gettext