diff options
| author | Aindriú Mac Giolla Eoin <aindriu80@gmail.com> | 2025-06-23 09:27:22 +0100 |
|---|---|---|
| committer | Aindriú Mac Giolla Eoin <aindriu80@gmail.com> | 2025-06-23 09:27:22 +0100 |
| commit | 72fb87b20e50fc68ce00c60498fcdb2c6e6eabe0 (patch) | |
| tree | 1c47617ecef31cc2d325482e164dd89e6fdd31f4 /src/os | |
| parent | 84b1984f08b8aa9bb5c2b0ad16c57e1ba010b5a0 (diff) | |
Updated Irish to sentence case, updated struct, added ga_IE to supported locales
Diffstat (limited to 'src/os')
| -rw-r--r-- | src/os/i18n.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/i18n.zig b/src/os/i18n.zig index c5fca6a78..26c032df0 100644 --- a/src/os/i18n.zig +++ b/src/os/i18n.zig @@ -45,6 +45,7 @@ pub const locales = [_][:0]const u8{ "es_BO.UTF-8", "pt_BR.UTF-8", "ca_ES.UTF-8", + "ga_IE.UTF-8", }; /// Set for faster membership lookup of locales. |
