Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da17e37
)
Update @-expansion script for the I18N translation template
author
Theodore Ts'o
<tytso@mit.edu>
Wed, 27 Aug 2008 23:00:50 +0000
(19:00 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Wed, 27 Aug 2008 23:00:50 +0000
(19:00 -0400)
Update the @-expansion script to support the @x -> extent expansion
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
po/at-expand.pl
patch
|
blob
|
history
diff --git
a/po/at-expand.pl
b/po/at-expand.pl
index
6bd441f
..
931c6a0
100644
(file)
--- 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;
}