[fix] Change Melayu to Burmese

This commit is contained in:
Anand Doshi 2015-11-18 15:12:28 +05:30
parent aee558a461
commit ca79b7ca1f
4 changed files with 9 additions and 1 deletions

View file

@ -28,7 +28,7 @@ ko 한국의
lv latviešu valoda
mr मराठी
mk македонски
my Melayu
my မြန်မာ
nl nederlands
no norsk
pl polski

View file

@ -104,3 +104,4 @@ execute:frappe.permissions.reset_perms("Web Page")
frappe.patches.v6_6.user_last_active
frappe.patches.v6_6.rename_slovak_language
frappe.patches.v6_6.fix_file_url
frappe.patches.v6_9.rename_burmese_language

View file

View file

@ -0,0 +1,7 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
import frappe
from frappe.translate import rename_language
def execute():
rename_language("Melayu", "မြန်မာ")