mirror of
https://github.com/yattee/yattee.git
synced 2026-02-22 02:29:46 +00:00
Migrate localization keys to dotted format
Remove 32 non-dotted keys (16 unused format specifiers, 16 word keys) and replace with properly namespaced dotted keys following the existing convention (common.*, player.*, search.*).
This commit is contained in:
@@ -219,7 +219,7 @@ struct TVPlayerControlsView: View {
|
||||
VStack(spacing: 6) {
|
||||
Image(systemName: "slider.horizontal.3")
|
||||
.font(.system(size: 28))
|
||||
Text("Quality")
|
||||
Text("player.controls.quality")
|
||||
.font(.caption)
|
||||
}
|
||||
}
|
||||
@@ -261,7 +261,7 @@ struct TVPlayerControlsView: View {
|
||||
VStack(spacing: 6) {
|
||||
Image(systemName: "info.circle")
|
||||
.font(.system(size: 28))
|
||||
Text("Info")
|
||||
Text("player.controls.info")
|
||||
.font(.caption)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user