From 32d5c267860b736c451bf79611c1e12f9605e46d Mon Sep 17 00:00:00 2001 From: "(Holloway) Chew, Kean Ho" Date: Mon, 31 Oct 2022 16:49:33 +0800 Subject: [PATCH] lang: added ms-MY.json for Bahasa Malaysia in Malaysia (country) Since the i18n language is missing of Bahasa Malaysia for Malaysia while our other native languages (English [en], and Simplified Chinese [zh-CN]) are available, I, as a Malaysian who understands all these languages shall contribute the missing piece. The language code is 'ms' but 'MY' country code is required as the Bahasa Malaysia language itself is known closely related across the South East Asia coutries (variations in different countries like Singapore and Brunei). The only exception is Bahasa Indonesia where it has its own code (id). This patch adds ms-MY.json for Bahasa Malaysia specifically for Malaysia in South East Asia. Signed-off-by: (Holloway) Chew, Kean Ho --- lang/ms-MY.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 lang/ms-MY.json diff --git a/lang/ms-MY.json b/lang/ms-MY.json new file mode 100755 index 00000000..dc53bfa9 --- /dev/null +++ b/lang/ms-MY.json @@ -0,0 +1,20 @@ +{ + "months": "Januari|Februari|Mac|April|Mei|Jun|Julai|Ogos|September|Oktober|November|Disember", + "short_months": "Jan|Feb|Mac|Apr|Mei|Jun|Jul|Ogs|Sep|Okt|Nov|Dis", + "weeks": "Ahad|Isnin|Selasa|Rabu|Khamis|Jumaat|Sabtu", + "short_weeks": "Ahd|Isn|Sel|Rab|Kha|Jum|Sab", + "seasons": "Musim Bunga|Musim Panas|Musim Luruh|Musim Sejuk", + "constellations": "Aries|Taurus|Gemini|Cancer|Leo|Virgo|Libra|Scorpio|Sagittarius|Capricorn|Aquarius|Pisces", + "year": "1 tahun|%d tahun", + "month": "1 bulan|%d bulan", + "week": "1 minggu|%d minggu", + "day": "1 hari|%d hari", + "hour": "1 jam|%d jam", + "minute": "1 minit|%d minit", + "second": "1 saat|%d saat", + "now": "baru tadi", + "ago": "%s lalu", + "from_now": "%s dari sekarang", + "before": "sebelum %s", + "after": "selepas %s" +}