plac

Unofficial Roon clients

macos: Use "String(localized:defaultValue)" instead Text Surprisingly, texts extracted using "Text(_ key)" does not fallback to default language. Instead, these use localization key (e.g., "PlaybackBar.Play".) This will be problematic for partial translations in a future. For some reasons, texts extracted using "String(localized:defaultValue)" do not behave the same, so the "defaultValue" will be used for untranslated keys.

Changes

7 changed files (+280/-74)