diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 15:44:20 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-02 15:44:20 +0200 |
commit | 3efca6ce7c0dc039b2bc9d8865e3d7fa4754e10b (patch) | |
tree | eccac953f41503551694469d9996e2e4ef37aa67 /aux | |
parent | bcbbbcbc40c956c1d8487f6eb48bf8a5325a6380 (diff) |
Rename fields
Diffstat (limited to 'aux')
-rwxr-xr-x | aux/enabled-languages | 2 |
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 |