mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Translation for quote arg ` and '.
This commit is contained in:
parent
1859cd569b
commit
d0476cad42
@ -1,3 +1,9 @@
|
|||||||
|
2008-05-29 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
|
* po/POTFILES.in: Added some more files from lib/.
|
||||||
|
|
||||||
|
* po/quot.sed: Automatic handling of quotearg's ` and '.
|
||||||
|
|
||||||
2008-05-15 Micah Cowan <micah@cowan.name>
|
2008-05-15 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* NEWS: Entry for --ask-password.
|
* NEWS: Entry for --ask-password.
|
||||||
|
@ -3,7 +3,10 @@
|
|||||||
# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
# 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
|
||||||
|
|
||||||
# Package source files
|
# Package source files
|
||||||
|
lib/error.c
|
||||||
lib/getopt.c
|
lib/getopt.c
|
||||||
|
lib/quotearg.c
|
||||||
|
lib/xalloc-die.c
|
||||||
src/cmpt.c
|
src/cmpt.c
|
||||||
src/connect.c
|
src/connect.c
|
||||||
src/convert.c
|
src/convert.c
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# For quotearg:
|
||||||
|
s/^`$/“/
|
||||||
|
s/^'$/”/
|
||||||
|
|
||||||
s/"\([^"]*\)"/“\1”/g
|
s/"\([^"]*\)"/“\1”/g
|
||||||
s/`\([^`']*\)'/‘\1’/g
|
s/`\([^`']*\)'/‘\1’/g
|
||||||
s/ '\([^`']*\)' / ‘\1’ /g
|
s/ '\([^`']*\)' / ‘\1’ /g
|
||||||
|
Loading…
Reference in New Issue
Block a user