mirror of
https://git.nadeko.net/Fijxu/invidious.git
synced 2025-12-16 09:58:50 +00:00
Feature Request: Localization for trending iv-org#331
This commit is contained in:
@@ -28,6 +28,7 @@ struct Preferences
|
||||
|
||||
@[JSON::Field(converter: Preferences::ProcessString)]
|
||||
property locale : String = CONFIG.default_user_preferences.locale
|
||||
property region : String? = CONFIG.region != nil ? CONFIG.region : CONFIG.default_user_preferences.region
|
||||
|
||||
@[JSON::Field(converter: Preferences::ClampInt)]
|
||||
property max_results : Int32 = CONFIG.default_user_preferences.max_results
|
||||
|
||||
Reference in New Issue
Block a user