summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-12 21:55:43 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-12 21:55:43 -0500
commit09c7a5c0a70ec9e2e00cdc7d5d0b0326d19d26e8 (patch)
tree7e09181d2e0db0b4d9d41e9064d5763fc66d2b01
parentb8e37365bf7e615efacd9bda93a51f571a671be4 (diff)
Integrate Malay language
-rw-r--r--CONTRIBUTORS.md1
-rw-r--r--ChangeLog1
-rw-r--r--README.md2
-rw-r--r--app/Model/Config.php1
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)
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: <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',