Replies: 1 comment
-
Thanks for the solution! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After installing correctly with the Firefly III script, Non-English users encounter the following error.
The problem is not with the script but with the system used not containing the local package for the currency format for non-English languages.
The solution is very easy but you have to use a few simple commands in the Firefly III LXC console:
Step 1:
apt install php-intl locales
Step 2:
nano /etc/locale.gen
Remove the # at the beginning of the line from your language.
Step 3:
locale-gen
Step 4:
reboot
I want to thank and acknowledge the team that makes these great scripts possible...🤗
Beta Was this translation helpful? Give feedback.
All reactions