aboutsummaryrefslogtreecommitdiffhomepage
path: root/aux
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-02 15:44:20 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-02 15:44:20 +0200
commit3efca6ce7c0dc039b2bc9d8865e3d7fa4754e10b (patch)
treeeccac953f41503551694469d9996e2e4ef37aa67 /aux
parentbcbbbcbc40c956c1d8487f6eb48bf8a5325a6380 (diff)
Rename fields
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