From: Theodore Ts'o Date: Wed, 27 Aug 2008 23:00:50 +0000 (-0400) Subject: Update @-expansion script for the I18N translation template X-Git-Tag: v1.41.1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=75b5672f6f82f4946b4b3f20cfe69946b6cb8210;p=thirdparty%2Fe2fsprogs.git Update @-expansion script for the I18N translation template Update the @-expansion script to support the @x -> extent expansion Signed-off-by: "Theodore Ts'o" --- diff --git a/po/at-expand.pl b/po/at-expand.pl index 6bd441fcb..931c6a0b3 100644 --- a/po/at-expand.pl +++ b/po/at-expand.pl @@ -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; }