• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
changing catalog check script to cope with lc_get keys

changing regexp to allow for 3 character as well as 2 character country code in catalog consistency check script

making the check-catalog.sh script verify that package version in catalog files is same as in info files, made script accept multiple package keys

lookups should be drawn from all packages, not only the package of the catalog file. Got burned on the fact that xargs invokes egrep multiple times making my or construction fail.

updating doc of the script

now considering an en_US catalog key to be used if package_key.message_key occurs anywhere, adding check that non en_US catalog file keys are present in the en_US catalog file, making the output of the script a little more consistent

making it possible to extract keys from sql files

  1. … 1 more file in changeset.
regexp correction - dash is a permissible character in a message catalog key

the check that lookups in adp and tcl files are in the catalog file was broken because of a quoting mistake - fixed

adding a script that checks that info in catalog file names is consistent with xml contents

    • -0
    • +35
    ./check-catalog-file-path.pl
improving the output from the catalog-check script

improving the message catalog QA script so that it now checks all packages per default

the catalog check script wasn't checking adp lookups properly, typo, improved indentation

adding script for checking consistency of catalog files