Integrate Malay language
This commit is contained in:
parent
b8e37365bf
commit
09c7a5c0a7
|
|
@ -63,6 +63,7 @@ Contributors:
|
||||||
- [Michael Lüpkes](https://github.com/mluepkes)
|
- [Michael Lüpkes](https://github.com/mluepkes)
|
||||||
- [Mihailov Vasilievic Filho](https://github.com/mihailov-vf)
|
- [Mihailov Vasilievic Filho](https://github.com/mihailov-vf)
|
||||||
- [Moraxy](https://github.com/moraxy)
|
- [Moraxy](https://github.com/moraxy)
|
||||||
|
- [Muhaimin](https://github.com/infacq)
|
||||||
- [Nala Ginrut](https://github.com/NalaGinrut)
|
- [Nala Ginrut](https://github.com/NalaGinrut)
|
||||||
- [Nekohayo](https://github.com/nekohayo)
|
- [Nekohayo](https://github.com/nekohayo)
|
||||||
- [Nicolas Lœuillet](https://github.com/nicosomb)
|
- [Nicolas Lœuillet](https://github.com/nicosomb)
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,7 @@ Version 1.0.24 (unreleased)
|
||||||
New features:
|
New features:
|
||||||
|
|
||||||
* Forgot Password
|
* Forgot Password
|
||||||
|
* Add Malay language
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ Official website: <http://kanboard.net>
|
||||||
- Multiple boards with the ability to drag and drop tasks
|
- Multiple boards with the ability to drag and drop tasks
|
||||||
- Open source and self-hosted
|
- Open source and self-hosted
|
||||||
- Super simple installation
|
- Super simple installation
|
||||||
- Translated in 23 languages
|
- Translated in 24 languages
|
||||||
- Distributed under [MIT License](LICENSE)
|
- Distributed under [MIT License](LICENSE)
|
||||||
- [List of features are available on the website](http://kanboard.net/features)
|
- [List of features are available on the website](http://kanboard.net/features)
|
||||||
- [Change Log](ChangeLog)
|
- [Change Log](ChangeLog)
|
||||||
|
|
|
||||||
|
|
@ -80,6 +80,7 @@ class Config extends Setting
|
||||||
'fr_FR' => 'Français',
|
'fr_FR' => 'Français',
|
||||||
'it_IT' => 'Italiano',
|
'it_IT' => 'Italiano',
|
||||||
'hu_HU' => 'Magyar',
|
'hu_HU' => 'Magyar',
|
||||||
|
'my_MY' => 'Melayu',
|
||||||
'nl_NL' => 'Nederlands',
|
'nl_NL' => 'Nederlands',
|
||||||
'nb_NO' => 'Norsk',
|
'nb_NO' => 'Norsk',
|
||||||
'pl_PL' => 'Polski',
|
'pl_PL' => 'Polski',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue