Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archinstall/lib/translationhandler.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/archinstall/lib/translationhandler.py b/archinstall/lib/translationhandler.py
index 12c8da4a..58b7ebd4 100644
--- a/archinstall/lib/translationhandler.py
+++ b/archinstall/lib/translationhandler.py
@@ -37,6 +37,8 @@ class Language:
return True
return False
+ def json(self) -> str:
+ return self.lang
class TranslationHandler:
_base_pot = 'base.pot'