aboutsummaryrefslogtreecommitdiffhomepage
path: root/aux
diff options
context:
space:
mode:
Diffstat (limited to 'aux')
-rwxr-xr-xaux/enabled-languages2
1 files changed, 1 insertions, 1 deletions
diff --git a/aux/enabled-languages b/aux/enabled-languages
index cc4ad94..df03c40 100755
--- a/aux/enabled-languages
+++ b/aux/enabled-languages
@@ -8,4 +8,4 @@ sys.path.append("..")
import src.i18n.gen
-print(" ".join(x.bcp for x in src.i18n.gen.LOCALES if x.enabled)) \ No newline at end of file
+print(" ".join(x.bcp for x in src.i18n.gen.LOCALES if x.enabledp)) \ No newline at end of file