1
0
Fork 0
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:
ericgaspar 2020-12-16 20:52:01 +01:00
parent 6680d7c416
commit 81633c1ed6
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ Setting('CALENDAR_SHOW_WEEK_OF_YEAR', true);
# this here is used to format all money values, # this here is used to format all money values,
# so doesn't really matter, but should be the # so doesn't really matter, but should be the
# ISO 4217 code of the currency ("USD", "EUR", "GBP", etc.) # 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 # When running grocy in a subdirectory, this should be set to the relative path, otherwise empty
# Example: # Example:

View file

@ -49,7 +49,7 @@
"fr": "Choisissez la langue de l'application" "fr": "Choisissez la langue de l'application"
}, },
"choices": ["fr", "en"], "choices": ["fr", "en"],
"default": "fr" "default": "en"
}, },
{ {
"name": "is_public", "name": "is_public",