Spanish docstring(?

This commit is contained in:
Juan Benavente 2019-03-16 18:43:44 -04:00
parent a6c0d5c03d
commit d6a1763f93

View File

@ -16,6 +16,7 @@ def langUkrainian():
uk.install()
def langSpanish():
"""Install Spanish Language."""
es = gettext.translation('hiddeneye',localedir='./locale', languages=['es'])
es.install()