diff --git a/startup/__init__.py b/startup/__init__.py index c763d9c0544..adacd4c0470 100644 --- a/startup/__init__.py +++ b/startup/__init__.py @@ -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",