aboutsummaryrefslogtreecommitdiffstats
path: root/main/project
Commit message (Collapse)AuthorAgeFilesLines
...
* Add an extra script to find and remove unused translation stringsSamuel Tardieu2011-10-083-5/+62
|
* Do not mark <string-array/> entries as non-translatedSamuel Tardieu2011-10-071-1/+1
| | | | | | | The entries in a <string-array/> are themselves localized. We will need to signal untranslated <string-array/> entries again only if we have totally different arrays (not only the content, but also the structure) for different languages.
* Script findmissingtranslations.sh made executable againPavol Babincak2011-10-051-0/+0
| | | | Mode +x was probably removed by accident.
* Merge pull request #578 from koem/iconsSamuel Tardieu2011-10-013-6/+7
|\ | | | | attributes: maintenance icon de-uglyfied
| * attributes: maintenance icon de-uglyfiedkoem2011-09-303-6/+7
| |
* | Merge #510bananeweizen2011-10-011-0/+0
|\ \ | |/ |/| | | | | | | Conflicts: main/src/cgeo/geocaching/cgBase.java tests/src/cgeo/geocaching/test/mock/MockedCache.java
* | Use more portable single equals in ifPavol Babincak2011-09-291-1/+1
| | | | | | | | | | | | | | Single equals follows POSIX. In Ubuntu default /bin/sh is Dash, which warns about double equals: $ ./findmissingtranslations.sh sk [: 44: sk: unexpected operator
* | findmissingtranslations: give language as command line parameterkoem2011-09-281-6/+30
| |
* | Exclude contributors and changelog from missing stringsSamuel Tardieu2011-09-271-6/+6
| |
* | Do not count comments, contributors and changelogSamuel Tardieu2011-09-271-2/+4
| |
* | Add "cd" to executable "findmissingtranslations.sh", update ".gitignore"Samuel Tardieu2011-09-271-0/+2
|/
* easy installation of necessary Eclipse pluginsbananeweizen2011-09-252-0/+91
|
* Move sources into the main directorySamuel Tardieu2011-09-1673-0/+5669
This prepares the inclusion of tests into the same repository.