Feature Request: Localization for trending iv-org#331

This commit is contained in:
Dmitry Sandalov
2021-10-21 14:54:15 +03:00
parent 129779a757
commit d9c58c4837
8 changed files with 34 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ struct ConfigPreferences
property default_home : String? = "Popular"
property feed_menu : Array(String) = ["Popular", "Trending", "Subscriptions", "Playlists"]
property automatic_instance_redirect : Bool = false
property region : String = "US"
property related_videos : Bool = true
property sort : String = "published"
property speed : Float32 = 1.0_f32
@@ -72,6 +73,7 @@ class Config
property captcha_enabled : Bool = true
property login_enabled : Bool = true
property registration_enabled : Bool = true
property region : String?
property statistics_enabled : Bool = false
property admins : Array(String) = [] of String
property external_port : Int32? = nil