-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
437540d
commit 87d7083
Showing
6 changed files
with
28 additions
and
5 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
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,22 @@ | ||
# Translating BaldPhone to other languages | ||
## Fixing\changing existing translations | ||
1. Go to your desired language file: | ||
- [hebrew](app/src/main/res/values-iw/strings.xml) | ||
- [english](app/src/main/res/values/strings.xml) | ||
2. Click "edit this file" | ||
3. find the word you want to change | ||
4. change it | ||
5. propose file change | ||
|
||
## Adding a new language to BaldPhone | ||
1. Go to an existing language file: | ||
- [hebrew](app/src/main/res/values-iw/strings.xml) | ||
- [english](app/src/main/res/values/strings.xml) | ||
2. Click "Raw" and copy the text to your text editor (Notepad++ is great for this specific task) | ||
3. Change all the **Values** to the new language (long texts like abouts and credits can remain in english) | ||
4. Please make sure all the words are correct, obviously i can't check it | ||
5. Send me the file, and your name | ||
6. The new language together with credit will be added in the next release | ||
7. When the next release is published, please make sure the translations match | ||
|
||
If you encounter any problem when translating, please contact me via baldphone.contact@gmail.com |