From 09c7a5c0a70ec9e2e00cdc7d5d0b0326d19d26e8 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 12 Jan 2016 21:55:43 -0500 Subject: Integrate Malay language --- CONTRIBUTORS.md | 1 + ChangeLog | 1 + README.md | 2 +- app/Model/Config.php | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index bbe73f86..eb0ce022 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -63,6 +63,7 @@ Contributors: - [Michael Lüpkes](https://github.com/mluepkes) - [Mihailov Vasilievic Filho](https://github.com/mihailov-vf) - [Moraxy](https://github.com/moraxy) +- [Muhaimin](https://github.com/infacq) - [Nala Ginrut](https://github.com/NalaGinrut) - [Nekohayo](https://github.com/nekohayo) - [Nicolas Lœuillet](https://github.com/nicosomb) diff --git a/ChangeLog b/ChangeLog index e77579b3..a38b24f8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,7 @@ Version 1.0.24 (unreleased) New features: * Forgot Password +* Add Malay language Improvements: diff --git a/README.md b/README.md index b28ac3e8..dfb97c23 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Official website: - Multiple boards with the ability to drag and drop tasks - Open source and self-hosted - Super simple installation -- Translated in 23 languages +- Translated in 24 languages - Distributed under [MIT License](LICENSE) - [List of features are available on the website](http://kanboard.net/features) - [Change Log](ChangeLog) diff --git a/app/Model/Config.php b/app/Model/Config.php index 0e9311f1..839a2fd4 100644 --- a/app/Model/Config.php +++ b/app/Model/Config.php @@ -80,6 +80,7 @@ class Config extends Setting 'fr_FR' => 'Français', 'it_IT' => 'Italiano', 'hu_HU' => 'Magyar', + 'my_MY' => 'Melayu', 'nl_NL' => 'Nederlands', 'nb_NO' => 'Norsk', 'pl_PL' => 'Polski', -- cgit v1.2.3