integrated language in profile, request
This commit is contained in:
parent
a90943ff19
commit
8fa3e6cb45
@ -1,3 +1,5 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# ERPNext - web based ERP (http://erpnext.com)
|
# ERPNext - web based ERP (http://erpnext.com)
|
||||||
# Copyright (C) 2012 Web Notes Technologies Pvt Ltd
|
# Copyright (C) 2012 Web Notes Technologies Pvt Ltd
|
||||||
#
|
#
|
||||||
@ -17,6 +19,13 @@
|
|||||||
# default settings that can be made for a profile.
|
# default settings that can be made for a profile.
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
lang_names = {
|
||||||
|
"हिंदी": "hi",
|
||||||
|
"English": "en"
|
||||||
|
}
|
||||||
|
|
||||||
|
lang_list = ["en", "hi"]
|
||||||
|
|
||||||
product_name = "ERPNext"
|
product_name = "ERPNext"
|
||||||
profile_defaults = {
|
profile_defaults = {
|
||||||
"Company": "company",
|
"Company": "company",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user