diff --git a/l10n/ms_MY.js b/l10n/ms_MY.js new file mode 100644 index 00000000..9c8883ef --- /dev/null +++ b/l10n/ms_MY.js @@ -0,0 +1,10 @@ +OC.L10N.register( + "social", + { + "Help" : "Bantuan", + "Finish setup" : "Setup selesai", + "Home" : "Rumah", + "Delete" : "Padam", + "Close" : "Tutup" +}, +"nplurals=1; plural=0;"); diff --git a/l10n/ms_MY.json b/l10n/ms_MY.json new file mode 100644 index 00000000..84a238e6 --- /dev/null +++ b/l10n/ms_MY.json @@ -0,0 +1,8 @@ +{ "translations": { + "Help" : "Bantuan", + "Finish setup" : "Setup selesai", + "Home" : "Rumah", + "Delete" : "Padam", + "Close" : "Tutup" +},"pluralForm" :"nplurals=1; plural=0;" +} \ No newline at end of file