Changeset 4169


Ignore:
Timestamp:
2003-04-16T15:22:47+12:00 (21 years ago)
Author:
mdewsnip
Message:

Fixed minor problem with image macros being written to file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/submit_translation.pl

    r4165 r4169  
    222222
    223223        # Add the language code to each part of the icon macro
    224         # -- This is done by translate.pl when the images are created --
    225         $icontext =~ s/(\n_[^_]+_ )/$1\[l=$targetcode\] /g;
     224        # -- This should be done by translate.pl when the images are created --
     225        $icontext =~ s/(\n_[^_]+_)(\s*)/$1 \[l=$targetcode\] /g;
    226226        $icontext =~ s/( {_[^_]+_)(.*)(\/([^\/]+)})/$1\/$targetcode$3/g;
    227227
Note: See TracChangeset for help on using the changeset viewer.