Ignore:
Timestamp:
2016-01-07T19:25:04+01:00 (9 years ago)
Author:
holgermappt
Message:

Added scripts that read the JOSM *.lang language files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/photoadjust/i18n/README

    r30180 r31960  
    5050* It is not possible to add the translations of the plugin description
    5151  to the manifest.
     52
     53See Language String Changes
     54---------------------------
     55To see what language strings changed in data/*.lang run this:
     56svn diff --diff-cmd i18n/diff_lang.pl --force data
     57
     58To see just removed or modified strings:
     59svn diff --diff-cmd i18n/diff_lang.pl --force data | grep ^- | grep -v '^--- data/'
     60
     61To display changes of a single file with tkdiff:
     62svn diff --diff-cmd i18n/diff_lang.pl --extensions --tkdiff --force data/<lang>.lang
Note: See TracChangeset for help on using the changeset viewer.