diff options
author | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 19:00:50 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-08-27 19:00:50 -0400 |
commit | 75b5672f6f82f4946b4b3f20cfe69946b6cb8210 (patch) | |
tree | 03e54e76e3e8203c5f400de49a9c449ad202b91a /po | |
parent | da17e370927a9cc7d578bd79a9a7acdf4684befd (diff) | |
download | e2fsprogs-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>
Diffstat (limited to 'po')
-rw-r--r-- | po/at-expand.pl | 1 |
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; } |