You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/parameters.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ parameters:
8
8
9
9
# This is used as workaround for places where we can not access the settings directly (like the 2FA application names)
10
10
partdb.title: '%env(string:settings:customization:instanceName)%'# The title shown inside of Part-DB (e.g. in the navbar and on homepage)
11
-
partdb.locale_menu: ['en', 'de', 'it', 'fr', 'ru', 'ja', 'cs', 'da', 'zh', 'pl'] # The languages that are shown in user drop down menu
11
+
partdb.locale_menu: ['en', 'de', 'it', 'fr', 'ru', 'ja', 'cs', 'da', 'zh', 'pl', 'hu'] # The languages that are shown in user drop down menu
12
12
13
13
partdb.default_uri: '%env(string:DEFAULT_URI)%'# The default URI to use for the Part-DB instance (e.g. https://part-db.example.com/). This is used for generating links in emails
0 commit comments