aboutsummaryrefslogtreecommitdiffstats
path: root/main/project/localization
Commit message (Collapse)AuthorAgeFilesLines
* Rework missing translations scriptSamuel Tardieu2013-09-142-2/+2
| | | | | Now that some languages use crowdin, translations are not necessarily in the same order as in the reference file.
* Omit non-translatable strings from findmissingtranslations scriptSamuel Tardieu2012-11-141-1/+2
|
* Add plurals as a source of acceptable referenceSamuel Tardieu2012-06-051-1/+1
|
* Do not special case attribute_*_no anymoreSamuel Tardieu2012-06-051-4/+1
| | | | We do not generate them dynamically in the code any more.
* Exclude status_* messages from usage checkSamuel Tardieu2012-06-051-0/+5
|
* Include plurals strings in missing translationsSamuel Tardieu2012-04-272-3/+3
|
* Restore executable bit of translation helper filesSamuel Tardieu2012-04-202-0/+0
|
* Merge branch 'remove_cal_perms'SammysHP2012-02-112-0/+0
| | | | | Conflicts: main/src/cgeo/geocaching/CacheDetailActivity.java
* use equals operator in script (doesn't work otherwise on my UbuntuBananeweizen2011-10-091-2/+2
| | | system)
* Reinstall computationally computed attribute_*_no stringsSamuel Tardieu2011-10-081-1/+4
|
* 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 #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
|/
* Move sources into the main directorySamuel Tardieu2011-09-161-0/+31
This prepares the inclusion of tests into the same repository.