Spaces:
Sleeping
Sleeping
Update steganography.py
Browse files- steganography.py +1 -1
steganography.py
CHANGED
@@ -16,7 +16,7 @@ if not os.path.exists(font_path):
|
|
16 |
# Handle missing translation files
|
17 |
locales_dir = 'locales'
|
18 |
try:
|
19 |
-
lang = gettext.translation('base', localedir=locales_dir, languages=['
|
20 |
lang.install()
|
21 |
_ = lang.gettext
|
22 |
except FileNotFoundError:
|
|
|
16 |
# Handle missing translation files
|
17 |
locales_dir = 'locales'
|
18 |
try:
|
19 |
+
lang = gettext.translation('base', localedir=locales_dir, languages=['id'])
|
20 |
lang.install()
|
21 |
_ = lang.gettext
|
22 |
except FileNotFoundError:
|