lang: added missing translations and fixed some names

This commit is contained in:
Serhiy Mytrovtsiy
2024-04-06 12:07:11 +02:00
parent c5ea8563dd
commit 2a529f008c
40 changed files with 118 additions and 10 deletions

View File

@@ -309,7 +309,7 @@ extension Scale: CaseIterable {
public static var cube: Scale { return Scale(key: "cube", value: "Cube") }
public static var logarithmic: Scale { return Scale(key: "logarithmic", value: "Logarithmic") }
public static var separator2: Scale { return Scale(key: "separator", value: "separator") }
public static var fixed: Scale { return Scale(key: "fixed", value: "Fixed") }
public static var fixed: Scale { return Scale(key: "fixed", value: "Fixed scale") }
public static var allCases: [Scale] {
return [.none, .separator, .linear, .square, .cube, .logarithmic, .separator2, .fixed]