#ISO 639 Language Codes
1 messages · Page 1 of 1 (latest)
Now do BCP 47 language tags.
same thing
ISO 639 gives you en
BCP 47 gives you en-US
iso 3166 is the country codes, doing those next
i wrote some code for this i never ended up using, feel free to use whatever you want from it:
https://gist.github.com/squeek502/bf453a6ebbbd9eef8ad16ca43df78f1a
Could you maybe make your packages usable with zig's pm without using zigmod?
added https://github.com/nektro/zig-iso-639-languages/blob/master/build.zig.zig that provides a std.Build module
im 99% sure thats just not how it works
it specifically runs a dependency's build.zig
the cli has --build-file so i assumed the pm would support it too
as a zon field i imagine