Add Polish language to setup wizard.

This commit is contained in:
Tytus 2014-07-24 18:19:57 +02:00
parent 329a8ef9a1
commit 35142cb206

View File

@ -61,7 +61,7 @@ frappe.pages['setup-wizard'].onload = function(wrapper) {
fields: [
{"fieldname": "language", "label": __("Language"), "fieldtype": "Select",
options: ["english", "العربية", "deutsch", "ελληνικά", "español", "français", "हिंदी", "hrvatski",
"italiano", "nederlands", "português brasileiro", "português", "српски", "தமிழ்",
"italiano", "nederlands", "polski", "português brasileiro", "português", "српски", "தமிழ்",
"ไทย", "中国(简体)", "中國(繁體)"], reqd:1},
],
help: __("Welcome to ERPNext. Please select your language to begin the Setup Wizard."),