mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
i18n
This commit is contained in:
@@ -57,6 +57,9 @@ func makeConfigInterfaceResult() *models.ConfigInterfaceResult {
|
||||
showStudioAsText := config.GetShowStudioAsText()
|
||||
css := config.GetCSS()
|
||||
cssEnabled := config.GetCSSEnabled()
|
||||
locale := config.GetLocale()
|
||||
language := config.GetLanguage()
|
||||
|
||||
|
||||
return &models.ConfigInterfaceResult{
|
||||
SoundOnPreview: &soundOnPreview,
|
||||
@@ -66,5 +69,7 @@ func makeConfigInterfaceResult() *models.ConfigInterfaceResult {
|
||||
ShowStudioAsText: &showStudioAsText,
|
||||
CSS: &css,
|
||||
CSSEnabled: &cssEnabled,
|
||||
Language: &language,
|
||||
Locale: &locale,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user