mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-20 15:45:30 +08:00
9 lines
147 B
Go
9 lines
147 B
Go
package customize
|
|
|
|
import (
|
|
"github.com/photoprism/photoprism/pkg/i18n"
|
|
)
|
|
|
|
var DefaultTheme = "default"
|
|
var DefaultLocale = i18n.Default.Locale()
|