File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22## Main Project
33### Translations
44You 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
1020A Plugin for this app, in it's app package, should have at least :
You can’t perform that action at this time.
0 commit comments