From 3b276d974fa3f7a435197b7ecb560de7f4274a7e Mon Sep 17 00:00:00 2001 From: Thomas Widyantoko <40286070+DaGamerFiles@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:19:50 +0700 Subject: [PATCH] Indonesian locale update adds "popular from follows" and "x chat" to the indonesian locale --- _locales/id/messages.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/_locales/id/messages.json b/_locales/id/messages.json index 198ffc3e..f372a8d0 100644 --- a/_locales/id/messages.json +++ b/_locales/id/messages.json @@ -652,5 +652,8 @@ "show_based_in": { "message": "Tampilkan dari mana sebuah akun berbasis" }, "based_in": { "message": "Berbasis in:" }, "based_in_vpn": { "message": "(VPN)" }, - "new_gallery": { "message": "Gunakan galeri baru untuk halaman media profil" } + "new_gallery": { "message": "Gunakan galeri baru untuk halaman media profil" }, + "popular_from_follows": { "message": "Populer dari yang diikuti" }, + "popular_from_follows_help": { "message": "Ini akan menampilkan tweet populer terkini hanya dari pengguna yang kamu ikuti." }, + "use_x_chat": { "message": "Gunakan Obrolan X, bukan DM OldTwitter." } }