Fixed the language issues
Still not sure about the language code, as there are several Malay languages, but since this is the only one we have right now, I suppose it’ll do. Google has it as .my, but BCP 47 says that is Burmese. I’ll look into this more later on.
This commit is contained in:
parent
c6e81f909c
commit
1d7a01fd5c
2 changed files with 1 additions and 0 deletions
app/locale
|
@ -49,3 +49,4 @@ module.exports =
|
||||||
uk: require './uk' # українська мова, Ukranian
|
uk: require './uk' # українська мова, Ukranian
|
||||||
hi: require './hi' # मानक हिन्दी, Hindi
|
hi: require './hi' # मानक हिन्दी, Hindi
|
||||||
ur: require './ur' # اُردُو, Urdu
|
ur: require './ur' # اُردُو, Urdu
|
||||||
|
ms: require './ms' # Bahasa Melayu, Bahasa Malaysia
|
Reference in a new issue