-
Notifications
You must be signed in to change notification settings - Fork 1
Languages
Steve Ireland edited this page Sep 2, 2019
·
2 revisions
Open Source Financials provides support for multiple languages using the language support built in to Laravel.
The fallback language is en-US which you should leave "as is" so that it will be easy to identify what has not yet been translated to your local language.
To change the language go to the \config\app.php file and change the 'locale' property to your preferred language.
(Note: This configuration approach might change when I have a chance to look more closely at how I can better integrate the OSPOS configuration into the Laravel app.)