music-dl/src/i18n.py

8 lines
191 B
Python
Raw Normal View History

2018-01-24 17:43:35 -06:00
# -*- coding: utf-8 -*-
import os
import gettext
import locale
from platform_utils import paths
def setup():
gettext.install("music-dl", localedir=os.path.join(paths.app_path(), "locales"))