linuxserver / Heimdall

An Application dashboard and launcher
MIT License
7.5k stars 538 forks source link

cant change the language #1243

Closed roswitina closed 1 month ago

roswitina commented 8 months ago

I use Heimdall 2.5.7.

I can't manage to switch to "German" under the settings. Only "english" is offered for selection. I helped myself by swapping the folder "en" with "de" in /resources/lang/.

I know that this is not the intended way to change the language, but it helped me.

juhacz commented 8 months ago

I have the same issue. Heimdall installed as LXC container on Proxmox via Proxmox VE Helper Scripts(https://tteck.github.io/Proxmox/) ttps://tteck.github.io/Proxmox/

MackBe commented 7 months ago

Same issues for me. Did you find a solution ?

xaimes commented 7 months ago

https://github.com/tteck/Proxmox/issues/1695#issuecomment-1849836086

The problem has been solved. For it to work you would have to reinstall the script or clear the database (if u use Tteck scripts).

You could also use the workaround that is in the link.

The problem is the lack of php-intl when you first run the application (when db is created).

fengqi commented 7 months ago

i've solved, ths all of up

sudo apt-get install php-intl
php artisan db:seed
MackBe commented 7 months ago

Problem solved for me too. Thx everyone !

geraldurbas commented 7 months ago

sudo apt-get install php-intl php artisan db:seed

it worked without problems

LinuxServer-CI commented 6 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

geraldurbas commented 4 months ago

Partly confirm: Solved by installing PHP intl Extension. Database Initilalize was not necessary !

LinuxServer-CI commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 3 weeks ago

This issue is locked due to inactivity