From 0a63642931fe4b545e19ff330cc59cb8a406b27a Mon Sep 17 00:00:00 2001 From: Fareez Iqmal <60868965+iqfareez@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:21:18 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=8C=90=20Add=20malay=20locale?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/locales/ms.json | 63 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 dist/locales/ms.json diff --git a/dist/locales/ms.json b/dist/locales/ms.json new file mode 100644 index 000000000..b50965a8c --- /dev/null +++ b/dist/locales/ms.json @@ -0,0 +1,63 @@ +{ + "name": "ms", + "options": { + "months": [ + "Januari", + "Februari", + "Mac", + "April", + "Mei", + "Jun", + "Julai", + "Ogos", + "September", + "Oktober", + "November", + "Disember" + ], + "shortMonths": [ + "Jan", + "Feb", + "Mac", + "Apr", + "Mei", + "Jun", + "Jul", + "Ogos", + "Sep", + "Okt", + "Nov", + "Dis" + ], + "days": [ + "Ahad", + "Isnin", + "Selasa", + "Rabu", + "Khamis", + "Jumaat", + "Sabtu" + ], + "shortDays": [ + "Ahad", + "Isn", + "Sel", + "Rab", + "Kha", + "Jum", + "Sab" + ], + "toolbar": { + "exportToSVG": "Muat turun SVG", + "exportToPNG": "Muat turun PNG", + "exportToCSV": "Muat turun CSV", + "menu": "Menu", + "selection": "Pilihan", + "selectionZoom": "Zum Pilihan", + "zoomIn": "Zoom Masuk", + "zoomOut": "Zoom Keluar", + "pan": "Pemusingan", + "reset": "Tetapkan Semula Zum" + } + } +} \ No newline at end of file From 4b7185c60b9844a4e8c07de5a3ef329751ac2ae6 Mon Sep 17 00:00:00 2001 From: Fareez Iqmal <60868965+iqfareez@users.noreply.github.com> Date: Tue, 31 Oct 2023 06:24:08 +0000 Subject: [PATCH 2/3] :pencil2: Fix shortday --- dist/locales/ms.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/locales/ms.json b/dist/locales/ms.json index b50965a8c..eef8ca2fc 100644 --- a/dist/locales/ms.json +++ b/dist/locales/ms.json @@ -39,7 +39,7 @@ "Sabtu" ], "shortDays": [ - "Ahad", + "Ahd", "Isn", "Sel", "Rab", From 1dde82b6f023f53fab223cda16d23c3327361061 Mon Sep 17 00:00:00 2001 From: Fareez Iqmal <60868965+iqfareez@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:16:01 +0000 Subject: [PATCH 3/3] :truck: Move file to src --- {dist => src}/locales/ms.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {dist => src}/locales/ms.json (100%) diff --git a/dist/locales/ms.json b/src/locales/ms.json similarity index 100% rename from dist/locales/ms.json rename to src/locales/ms.json