aboutsummaryrefslogtreecommitdiffhomepage
path: root/enabled-languages
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-02 03:47:16 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-02 03:55:22 +0200
commit5a92e842d4b3b45447284d93190c1b09394a1f30 (patch)
treea5c50e9db37b20933cf99b8cde1906dc5ff0e1e9 /enabled-languages
parent62df5a38c564bfe997c468d40e6d4d0988f348f3 (diff)
Generate locales programatically
Diffstat (limited to 'enabled-languages')
-rwxr-xr-xenabled-languages9
1 files changed, 0 insertions, 9 deletions
diff --git a/enabled-languages b/enabled-languages
deleted file mode 100755
index 646912b..0000000
--- a/enabled-languages
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-grab '
- x/^\s*locales\s*=.*?LocaleInfo(?<c>\{(\g<c>|[^}{]+)*\})/
- x/(^|\n)\s*{.*?\n\s*\}/
- g/Enabled:\s*true,/
- x/(?<=Bcp:)[^\n]+/
- x/\w+/
-' <src/i18n/i18n.go \ No newline at end of file