Files
fenrir/src/fenrirscreenreader/core/i18n.py
2024-12-05 14:53:10 -05:00

12 lines
273 B
Python

#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Fenrir TTY screen reader
# By Chrys, Storm Dragon, and contributers.
import gettext
import locale
# the only function we really need to call here is gettext.install. Python3 has simplified this.
gettext.install("fenrir")