Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow selection of Unraid OS Language within the USB creator #53

Open
elibosley opened this issue Sep 30, 2024 · 0 comments · May be fixed by #62
Open

Allow selection of Unraid OS Language within the USB creator #53

elibosley opened this issue Sep 30, 2024 · 0 comments · May be fixed by #62

Comments

@elibosley
Copy link
Member

elibosley commented Sep 30, 2024

Details for https://github.com/orgs/unraid/projects/1/views/1?query=sort:updated-desc+is:open&pane=issue&itemId=68869325

Available languages are in this json file:
https://assets.ca.unraid.net/feed/languageSelection.json
The URL for this file has changed effective October 10, 2024

Assuming the user picks the bn_BN option, download the URL for that language, such as:
https://raw.githubusercontent.com/unraid/language-templates/master/limetech/lang-bn_BN.xml
and place on the flash drive as:
/config/plugins/lang-bn_BN.xml

Then parse that xml file for the LanguageURL, such as:
https://github.com/unraid/lang-bn_BN/archive/master.zip
download that zip file and place on the flash drive under this name:
/config/plugins/dynamix/lang-bn_BN.zip (note: rename from master.zip)

Then modify this file:
/config/plugins/dynamix/dynamix.cfg
and change this:
locale=""
to this:
locale="bn_BN"

When the system boots the new language will be installed and enabled by default

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant