From 1222e80eb14ea4f14cee18174499a02fecdb0e57 Mon Sep 17 00:00:00 2001 From: halosatrio <63773815+halosatrio@users.noreply.github.com> Date: Thu, 20 Mar 2025 15:48:03 +0700 Subject: [PATCH] i18n: add id_ID code locale --- src/os/i18n.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/os/i18n.zig b/src/os/i18n.zig index baae73e46..80c63352f 100644 --- a/src/os/i18n.zig +++ b/src/os/i18n.zig @@ -29,6 +29,7 @@ pub const locales = [_][:0]const u8{ "nb_NO.UTF-8", "uk_UA.UTF-8", "pl_PL.UTF-8", + "id_ID.UTF-8", }; /// Set for faster membership lookup of locales.