Closed
Bug 1140007
Opened 10 years ago
Closed 10 years ago
The NSLocationWhenInUseUsageDescription key from Info.plist is not showing up in xliff exports
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: st3fan, Unassigned)
References
Details
Attachments
(1 file)
There is a string in the Info.plist that needs to be localized:
<key>NSLocationWhenInUseUsageDescription</key>
<string>Websites you visit may request your location.</string>
This is a message shown to users then they first have to agree to using the location APIs (via the webview).
Reporter | ||
Comment 1•10 years ago
|
||
This patch adds an InfoPlist.strings to the project where the value of the NSLocationWhenInUseUsageDescription field in our Info.plist can be localized.
Attachment #8587613 -
Flags: review?(bnicholson)
Updated•10 years ago
|
Attachment #8587613 -
Flags: review?(bnicholson) → review+
Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•