Skip to content

Commit

Permalink
update locale translation url. fixes #30
Browse files Browse the repository at this point in the history
  • Loading branch information
tocuto committed May 7, 2023
1 parent cc00e88 commit 7c95ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiotfm/utils/locale.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Locale:
locale: :class:`str`
The locale name.
"""
BASE_URL = 'http://transformice.com/langues/tfz_{}'
BASE_URL = 'http://transformice.com/langues/tfm-{}.gz'

def __init__(self, locale='en'):
self._locale = locale
Expand Down

0 comments on commit 7c95ee3

Please sign in to comment.