Skip to content

Commit 1c55dce

Browse files
authored
Merge pull request #429 from ldmpub/patch-2
Help section - Version 2 with more details
2 parents f15250a + a346237 commit 1c55dce

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,21 +138,22 @@
138138

139139

140140
## Help for translators
141-
Here are few steps to translate the app in your language ...
141+
Here are few steps to **translate the app in your language** ...
142+
<br>_For app users: the best way to improve translation or to make app suggestions is to [open an issue](https://github.com/Razeeman/Android-SimpleTimeTracker/issues)._
142143

143144
**A. Edit translation file**
144145
1. **Create a personal fork** of this project
145-
2. In your repo, **edit translation file** for your language (they are stored in [this folder: resources > src > main > res > values-xx ](https://github.com/Razeeman/Android-SimpleTimeTracker/tree/dev/resources/src/main/res)) + commit changes on your Dev branch.
146-
146+
2. In your repo, **edit translation file** for your language (they are stored in [folder: resources > src > main > res > values-xx ](https://github.com/Razeeman/Android-SimpleTimeTracker/tree/dev/resources/src/main/res)) + commit changes on your Dev branch.
147+
<br>💡Tip: base your translation on the **official english translation [available here](https://github.com/Razeeman/Android-SimpleTimeTracker/blob/dev/resources/src/main/res/values/strings.xml)** and pay attention to **preserve the exact same number of lines between the 2 'strings.xml' files**.
147148

148149
**B. (_option_) Build and test your changes using the app**
149150

150151
In your repo:
151-
1. **Run the "Build" job**
152-
2. When the job ends, **get the APK** fille (see Artifact)
152+
1. **Run the "Build" job** on your 'Dev' branch
153+
2. When the job ends, **get the APK** file (see Artifact)
153154
3. **Copy the APK on your Android smartphone and install it** (requires to allow 'install app from unknown sources')
154155
Note: ignore error message at app launch ... app will work normaly😉
155-
4. Run the app and **check your translation** and re-start the process above to improve your translation ...
156+
4. Run the app, **check your translation** and re-start the process above to improve your translation ...
156157

157158

158159
**C. Create a pull reguest** to suggest adding your translation to the app

0 commit comments

Comments
 (0)