From ec0d02305a64e0d3cfa0d024d272b2659852ae13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Thu, 7 May 2020 21:47:22 +0200 Subject: [PATCH] Added japanese to supported languages. --- README.md | 2 +- config/services.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50782b7b..aaaef6fa 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ list of the features could change in the future. Features that are not working y * Inventory managment of your electronic parts. Each part can be assigned to a category, footprint, manufacturer and multiple store locations and price informations. Parts can be grouped using tags. Support for file attachments like datasheets. -* Multi-Language support (currently German, English, Russian and French(experimental)) +* Multi-Language support (currently German, English, Russian, Japanese and French (experimental)) * Barcodes/Labels generator for parts and storage locations (*) * User system with groups and detailed permissions. Two-factor authentication is supported (Google Authenticator and U2F keys) and can be enforced. Password reset via email can be setuped. diff --git a/config/services.yaml b/config/services.yaml index a08ad9c0..24cacd4e 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -20,7 +20,7 @@ parameters: sender_email: 'noreply@partdb.changeme' # The email address from which all emails are sent from sender_name: 'Part-DB Mailer' # The name that will be used for all mails sent by Part-DB allow_email_pw_reset: '%env(validMailDSN:MAILER_DSN)%' # Config if users are able, to reset their password by email. By default this enabled, when a mail server is configured. - locale_menu: ['en', 'de', 'fr', 'ru'] # The languages that are shown in user drop down menu + locale_menu: ['en', 'de', 'fr', 'ru', 'ja'] # The languages that are shown in user drop down menu # If this option is activated, IP addresses are anonymized to be GPDR compliant gpdr_compliance: true