mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-13 11:54:32 +02:00
Added russian to language selector.
This commit is contained in:
parent
62f8001d68
commit
3f23ea851a
5 changed files with 6287 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
translation:
|
||||
locales: ["en", "de"]
|
||||
locales: ["en", "de", "ru"]
|
||||
edit_in_place:
|
||||
enabled: false
|
||||
config_name: app
|
||||
|
|
|
@ -13,3 +13,4 @@ twig:
|
|||
default_currency: '%default_currency%'
|
||||
global_theme: '%global_theme%'
|
||||
allow_email_pw_reset: '%allow_email_pw_reset%'
|
||||
locale_menu: '%locale_menu%'
|
||||
|
|
|
@ -20,6 +20,8 @@ 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', 'ru'] # The languages that are shown in user drop down menu
|
||||
|
||||
|
||||
services:
|
||||
# default configuration for services in *this* file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue