aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2008-08-27 19:00:50 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-08-27 19:00:50 -0400
commit75b5672f6f82f4946b4b3f20cfe69946b6cb8210 (patch)
tree03e54e76e3e8203c5f400de49a9c449ad202b91a
parentda17e370927a9cc7d578bd79a9a7acdf4684befd (diff)
downloade2fsprogs-75b5672f6f82f4946b4b3f20cfe69946b6cb8210.tar.gz
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>
-rw-r--r--po/at-expand.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/at-expand.pl b/po/at-expand.pl
index 6bd441fc..931c6a0b 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;
}