diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | app/Locale/de_DE/translations.php | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -18,3 +18,4 @@ config.php data/files data/cache /vendor +*.bak
\ No newline at end of file diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index 1a0a01f7..e244ede5 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -1,4 +1,4 @@ -<?php +<?php return array( 'number.decimals_separator' => ',', |