integrated language in profile, request

This commit is contained in:
Rushabh Mehta 2013-01-24 13:09:39 +05:30
parent a90943ff19
commit 8fa3e6cb45

View File

@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
# ERPNext - web based ERP (http://erpnext.com)
# Copyright (C) 2012 Web Notes Technologies Pvt Ltd
#
@ -17,6 +19,13 @@
# default settings that can be made for a profile.
from __future__ import unicode_literals
lang_names = {
"हिंदी": "hi",
"English": "en"
}
lang_list = ["en", "hi"]
product_name = "ERPNext"
profile_defaults = {
"Company": "company",