From 5a367f05dc09c96e0f72a7e3498beb3e99bca777 Mon Sep 17 00:00:00 2001 From: helmimarif Date: Thu, 29 Dec 2022 22:18:47 +0700 Subject: [PATCH] chore(locales): indonesian locales (#193) Added indonesian locales --- locales/id.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 locales/id.json diff --git a/locales/id.json b/locales/id.json new file mode 100644 index 0000000..0b706df --- /dev/null +++ b/locales/id.json @@ -0,0 +1,8 @@ +{ + "language": "Indonesian", + "ui": { + "cancel": "Batal", + "close": "Tutup", + "confirm": "Konfirmasi" + } +}