diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-12 21:55:43 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-12 21:55:43 -0500 |
commit | 09c7a5c0a70ec9e2e00cdc7d5d0b0326d19d26e8 (patch) | |
tree | 7e09181d2e0db0b4d9d41e9064d5763fc66d2b01 | |
parent | b8e37365bf7e615efacd9bda93a51f571a671be4 (diff) |
Integrate Malay language
-rw-r--r-- | CONTRIBUTORS.md | 1 | ||||
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | app/Model/Config.php | 1 |
4 files changed, 4 insertions, 1 deletions
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) @@ -4,6 +4,7 @@ Version 1.0.24 (unreleased) New features: * Forgot Password +* Add Malay language Improvements: @@ -9,7 +9,7 @@ Official website: <http://kanboard.net> - 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', |