Changeset 31960 in osm for applications/editors/josm/plugins/photoadjust/i18n/README
- Timestamp:
- 2016-01-07T19:25:04+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/photoadjust/i18n/README
r30180 r31960 50 50 * It is not possible to add the translations of the plugin description 51 51 to the manifest. 52 53 See Language String Changes 54 --------------------------- 55 To see what language strings changed in data/*.lang run this: 56 svn diff --diff-cmd i18n/diff_lang.pl --force data 57 58 To see just removed or modified strings: 59 svn diff --diff-cmd i18n/diff_lang.pl --force data | grep ^- | grep -v '^--- data/' 60 61 To display changes of a single file with tkdiff: 62 svn diff --diff-cmd i18n/diff_lang.pl --extensions --tkdiff --force data/<lang>.lang
Note:
See TracChangeset
for help on using the changeset viewer.