This commit is contained in:
Ilya Laktyushin 2025-07-09 09:15:54 +02:00
parent 68a003be20
commit 681ab8248e

View file

@ -1623,11 +1623,7 @@ public struct TranslationConfiguration {
init(string: String) {
switch string {
case "enabled":
#if DEBUG
self = .system
#else
self = .enabled
#endif
case "system":
self = .system
case "alternative":