Firefly - III (install locale)
-
Dear all,
I want to use Firefly 3 and get an error. How to solve, is here described:
Decimal points are missing, numbers are off?
https://docs.firefly-iii.org/faq/self_hosted#decimal-points-are-missing-numbers-are-offBut I am not sure how I can run these commands using laragon.
Because
locale -a
shows that all languages are there.But I think I have to set locale somehow.
How can I install locale on the apache server?Best,
-
@aNerdgirl : What's your OS language?
This link will help you find current locale:
https://winaero.com/blog/find-current-system-locale-in-windows-10/Then you should check the
config.php
in properlang\{locale}
folder:
https://github.com/firefly-iii/firefly-iii/tree/master/resources/lang
-
@leokhoa Thank you very much for the fast reply. Ok the windows systems provides the locale.
But it seems to still not work. Or do I still have an error in my thinking.My windows:
LCID Name DisplayName
1033 en-US English (United States)therefore I go to
firefly-iii\resources\lang\en_US
and change:
'locale' => 'en-US',Is that all correct? (because then I ask at the github of firefly)
Thank you again so much for your help!
-
@leokhoa said in Firefly - III (install locale): happy wheels
@aNerdgirl : What's your OS language?
This link will help you find current locale:
https://winaero.com/blog/find-current-system-locale-in-windows-10/Then you should check the
config.php
in properlang\{locale}
folder:
https://github.com/firefly-iii/firefly-iii/tree/master/resources/langThanks. Will try it out.
-
@leokhoa said in Firefly - III (install locale): basketball games
@aNerdgirl : What's your OS language?
This link will help you find current locale:
https://winaero.com/blog/find-current-system-locale-in-windows-10/Then you should check the
config.php
in properlang\{locale}
folder:
https://github.com/firefly-iii/firefly-iii/tree/master/resources/langThank you very much, your answer will be very helpful to us.