Proper quote marks, even when LANGUAGE is just ordinary en_US instead of en@quot; write Hrvoje Niksic with full diacritic marks.

This commit is contained in:
Micah Cowan
2008-01-24 23:37:15 -08:00
parent 404460d402
commit eb66ec777f
5 changed files with 24 additions and 1 deletions

View File

@@ -45,3 +45,8 @@ en@boldquot.insert-header: insert-header.sin
mostlyclean: mostlyclean-quot
mostlyclean-quot:
rm -f *.insert-header
en_US.po: en_US.po-update
en_US.po-update: en@quot.po
cp $^ en_US.po

View File

@@ -8,3 +8,8 @@ s/“/“/g
s//”/g
s///g
s///g
# At least in all of our current strings, ' should be .
s/'//g
# Special: write Hrvojes last name properly.
s/Niksic/Nikšić/g

View File

@@ -4,3 +4,8 @@ s/ '\([^`']*\)' / \1 /g
s/ '\([^`']*\)'$/ \1/g
s/^'\([^`']*\)' /\1 /g
s/“”/""/g
# At least in all of our current strings, ' should be .
s/'//g
# Special: write Hrvojes last name properly.
s/Niksic/Nikšić/g