mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Localizations
This commit is contained in:
@@ -45,11 +45,11 @@ enum PlayerControlsLayout: String, CaseIterable, Defaults.Serializable {
|
||||
var description: String {
|
||||
switch self {
|
||||
case .tvRegular:
|
||||
return "TV"
|
||||
return "TV".localized()
|
||||
case .veryLarge:
|
||||
return "Very Large"
|
||||
return "Very Large".localized()
|
||||
default:
|
||||
return rawValue.capitalized
|
||||
return rawValue.capitalized.localized()
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user