mirror of
https://github.com/YunoHost-Apps/grocy_ynh.git
synced 2024-09-03 19:25:54 +02:00
Fix currency
This commit is contained in:
parent
6680d7c416
commit
81633c1ed6
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@ Setting('CALENDAR_SHOW_WEEK_OF_YEAR', true);
|
|||
# this here is used to format all money values,
|
||||
# so doesn't really matter, but should be the
|
||||
# ISO 4217 code of the currency ("USD", "EUR", "GBP", etc.)
|
||||
Setting('CURRENCY', '__LANGUAGE__');
|
||||
Setting('CURRENCY', 'EUR');
|
||||
|
||||
# When running grocy in a subdirectory, this should be set to the relative path, otherwise empty
|
||||
# Example:
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
"fr": "Choisissez la langue de l'application"
|
||||
},
|
||||
"choices": ["fr", "en"],
|
||||
"default": "fr"
|
||||
"default": "en"
|
||||
},
|
||||
{
|
||||
"name": "is_public",
|
||||
|
|
Loading…
Add table
Reference in a new issue