soundscape-community / soundscape

An iOS application/service that aids navigation through spatialized audio

Home Page:https://openscape.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LOCALISATION: Should the strings "Privacy Policy" and "Services Agreement" be localised?

StevenAbrams opened this issue · comments

Build: 1.0.0 (9)

Repro Steps:

  1. Change the language to something non-English e.g., Japanese
  2. Go to Soundscape Settings
  3. Select the option second from the bottom (About Soundscape)

Expected Results:
Everything should be localised on the next UI

Actual Results:
The strings "Privacy Policy" and "Services Agreement" are in English

That's a reasonable expectation, but for whatever reason, these strings are marked as GDLocalizationUnnecessary in the code, meaning the Microsoft developers intended that they not be translated. Maybe because the linked documents were expected to be in English only, so why bother translating a link to a document not available in that language? In any case, unless others feel strongly to the contrary, I'm going to mark this as not a bug.