This repository has been archived by the owner on Dec 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into production
- Loading branch information
Showing
23 changed files
with
200 additions
and
129 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
|
||
/* Class = "UILabel"; text = "Syncing your entries..."; ObjectID = "1Mj-QY-mDP"; */ | ||
"1Mj-QY-mDP.text" = "Syncing your entries..."; | ||
/* Class = "UILabel"; text = "Syncing your entries…"; ObjectID = "1Mj-QY-mDP"; */ | ||
"1Mj-QY-mDP.text" = "Syncing your entries…"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Localization for Lockwise iOS | ||
|
||
## Exporting Strings | ||
1. Fork of [lockwiseios-l10n](http://github.com/mozilla-l10n/lockwiseios-l10n) to make PRs from | ||
2. Clone the [ios-l10n-scripts]( https://github.com/mozilla-mobile/ios-l10n-scripts) repo so it is a sibling of [lockwise-ios](https://github.com/mozilla-lockwise/lockwise-ios). | ||
3. `cd lockwise-ios` | ||
4. `../ios-l10n-scripts/export-locales-lockwise.sh` | ||
- Note: at this time the `lockwise` script only exists at https://github.com/joeyg/ios-l10n-scripts/tree/add-lockwise-export-script | ||
5. `git remote add <your username> git@github.com:<your username>/lockwiseios-l10n.git` | ||
6. `git push <your username> <branch name>` The script automatically creates the branch for you. You just need to grab its name to push in this step. | ||
7. Create a PR of your l10n changes and submit it | ||
|
||
## Adding Locales | ||
|
||
## Importing Strings |
Oops, something went wrong.