Skip to content

Commit 091ecc1

Browse files
committed
Update the Contribution How-to Page
1 parent ec30622 commit 091ecc1

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

readme/CONTRIBS.MD

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
## Main Project
33
### Translations
44
You can provide translation for this app by at least have a git client and a text editor.
5-
6-
- Clone this repository somewhere in your device
7-
- Copy the
5+
Some Android app did provide the git functionality e.g
6+
[C4droid (Paid) - a C++ IDE with built-in Git](https://play.google.com/store/apps/details?id=com.n0n3m4.droidc&hl=in&gl=US) and
7+
[MGit (Free) - just git client, no text editor](https://play.google.com/store/apps/details?id=com.manichord.mgit&hl=in&gl=US)
8+
9+
- Fork and clone this repository somewhere in your device
10+
- Create a folder in `(ProjectRoot)/floatstat/src/main/res/` with format `values-(language_id)-(optional_country_id)`
11+
(e.g `values-en-UK` for British English)
12+
- Copy `values.xml` from `(ProjectRoot)/floatstat/src/main/res/values` and put it inside your newly created folder
13+
- Do the translation work.
14+
- Add your file to the git repository, do a commit, push the change to your repository
15+
- Send a Pull Request to this repository. with this, We can check whether the
16+
translated file format in a good condition or not.
17+
- If everything is fine, We will approve your translation and merge the changes to the main repository.
818

919
## Plugin
1020
A Plugin for this app, in it's app package, should have at least :

0 commit comments

Comments
 (0)