Update @-expansion script for the I18N translation template

Update the @-expansion script to support the @x -> extent expansion

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2008-08-27 19:00:50 -04:00
parent da17e37092
commit 75b5672f6f
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ sub do_expand {
$msg =~ s/\@S/superblock/g;
$msg =~ s/\@u/unattached/g;
$msg =~ s/\@v/device/g;
$msg =~ s/\@x/extent/g;
$msg =~ s/\@z/zero-length/g;
$msg =~ s/\@\@/@/g;
}