How to make language selectable at first login?

Hello,

I just installed v4 and want to set up everything before updating.
So I added my language files for Bosnian language (BS.CSV) to:

  • /home/erpnext/frappe-bench/apps/erpnext/erpnext/translations
  • /home/erpnext/frappe-bench/apps/frappe/frappe/translations
  • /home/erpnext/frappe-bench/apps/shopping_cart/shopping_cart/translations
    but there is no Bosnian on startup (see image bellow).

How to make newly added language selectable during initial startup?

See section #5

https://frappe.io/docs/user-guide/translations

I see.
So when I added BS.CSV to those 3 folders, now I need to update languages.txt (step 4)?
Could you please tell me the location of languages.txt?
I can find it.

Is this it:
/home/erpnext/frappe-bench/apps/frappe/frappe/data/languages.txt
or
/home/erpnext/frappe-bench/apps/erpnext/test_sites/languages.txt
?

UPDATE:
I guess not, because the first file has many languages listed and the second only english and when I add line “bs bosnian” to both files, dropdown language list is the same as in the screenshot above.

Please help.

UPDATE:
there are 4 language.txt files:

  1. /home/erpnext/frappe-bench/apps/frappe/frappe/data/languages.txt
  2. /home/erpnext/frappe-bench/apps/frappe/test_sites/languages.txt
  3. /home/erpnext/frappe-bench/apps/erpnext/test_sites/languages.txt
  4. /home/erpnext/frappe-bench/sites/languages.txt

So,
To answer my own post: one needs to edit the file:
/home/erpnext/frappe-bench/apps/erpnext/erpnext/setup/page/setup_wizard/setup_wizard.js
and in line 63 add a language.
My line 63 now looks like this:

options: ["english", "العربية", "deutsch", "ελληνικά", "español", "français", "हिंदी","bosnian", "hrvatski",

And now I have Bosnian language on the dropdown menu at initial setup.

You guys need to update those instructions at:
https://frappe.io/docs/user-guide/translations

Thanks added to our website list.

https://github.com/frappe/erpnext_com/issues/18

Great!
I’m glad I helped! :smile:

@boyan_sharic

Which version are you using? Recent update in Version 4 loads the languages in Setup Wizard from languages.txt and is not at a hardcoded list:

Thanks,
Anand.

I am using VirtualBox image downloaded from: https://erpnext.com/downloads/ERPNext-241114.ova1 but without update.

Updating it would fix this :smile:

-Anand.