Skip to content

Commit

Permalink
Merge pull request #4087 from iqfareez/main
Browse files Browse the repository at this point in the history
🌐 Add malay locale
  • Loading branch information
junedchhipa authored Nov 1, 2023
2 parents ac28f00 + 1dde82b commit 4c1a0e7
Showing 1 changed file with 63 additions and 0 deletions.
63 changes: 63 additions & 0 deletions src/locales/ms.json
Original file line number Diff line number Diff line change
@@ -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": [
"Ahd",
"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"
}
}
}

0 comments on commit 4c1a0e7

Please sign in to comment.