You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,21 +138,22 @@
138
138
139
139
140
140
## 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)._
142
143
143
144
**A. Edit translation file**
144
145
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**.
147
148
148
149
**B. (_option_) Build and test your changes using the app**
149
150
150
151
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)
153
154
3.**Copy the APK on your Android smartphone and install it** (requires to allow 'install app from unknown sources')
154
155
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 ...
156
157
157
158
158
159
**C. Create a pull reguest** to suggest adding your translation to the app
0 commit comments