[fix] Change Melayu to Burmese
This commit is contained in:
parent
aee558a461
commit
ca79b7ca1f
4 changed files with 9 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ ko 한국의
|
|||
lv latviešu valoda
|
||||
mr मराठी
|
||||
mk македонски
|
||||
my Melayu
|
||||
my မြန်မာ
|
||||
nl nederlands
|
||||
no norsk
|
||||
pl polski
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
0
frappe/patches/v6_9/__init__.py
Normal file
0
frappe/patches/v6_9/__init__.py
Normal file
7
frappe/patches/v6_9/rename_burmese_language.py
Normal file
7
frappe/patches/v6_9/rename_burmese_language.py
Normal 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", "မြန်မာ")
|
||||
Loading…
Add table
Reference in a new issue