Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

clean up various L10n strings #711

Merged
merged 4 commits into from
Nov 8, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ You can find us on Twitter [@MozillaReality](https://twitter.com/mozillareality)
2. Click the `Firefox Reality for Android - Build - Master update →` link.
3. Click the `Run Artifacts` tab, and click to download the APK for your platform of choice.

## L10n

Whenever a new string is added to a localizable strings file (strings.xml ,localpages.xml, ...) a string description must be provided as a comment above the new string. Also the project STRs wiki page must be updated with a key description, steps to reproduce and the expected results.
The L10n wiki page can be found [here](https://github.com/MozillaReality/FirefoxReality/wiki/L10n).

## Setup instructions

*Make sure you are using Android NDK r17b.*
Expand Down
8 changes: 7 additions & 1 deletion app/src/main/res/values/localpages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<resources>
<!-- Private Browsing -->
<!-- IMPORTANT NOTE: If this file is updated anyhow, the STRs wiki must be updated accordingly:
https://github.com/MozillaReality/FirefoxReality/wiki/L10n -->

<!-- This string is used as the title of the Private Browsing page that is opened when the
Private Browsing Mode button from the tray is clicked. -->
<string name="private_browsing_title">Private Browsing</string>
<!-- This string is used as the body of the Private Browsing page that is opened when the
Private Browsing Mode button from the tray is clicked. -->
<string name="private_browsing_body"><![CDATA[
<h1>Private Browsing</h1>

Expand Down
Loading