mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Added japanese to supported languages.
This commit is contained in:
parent
02ebda497b
commit
ec0d02305a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
* 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.
|
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 (*)
|
* Barcodes/Labels generator for parts and storage locations (*)
|
||||||
* User system with groups and detailed permissions.
|
* 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.
|
Two-factor authentication is supported (Google Authenticator and U2F keys) and can be enforced. Password reset via email can be setuped.
|
||||||
|
|
|
@ -20,7 +20,7 @@ parameters:
|
||||||
sender_email: 'noreply@partdb.changeme' # The email address from which all emails are sent from
|
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
|
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.
|
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
|
# If this option is activated, IP addresses are anonymized to be GPDR compliant
|
||||||
gpdr_compliance: true
|
gpdr_compliance: true
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue