mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
* Makefile.in.in (i18n.php): make the target depend on postats.sh
* postats.sh: make e-mail addresses less readable git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17385 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a7c2c8e3d5
commit
03c902a70d
@ -496,7 +496,7 @@ ui_l10n.pot: $(top_srcdir)/lib/ui/*.ui $(top_srcdir)/lib/ui/*.inc
|
||||
}' \
|
||||
${top_srcdir}/lib/ui/*.ui ${top_srcdir}/lib/ui/*.inc > $@
|
||||
|
||||
i18n.php: $(POFILES)
|
||||
i18n.php: $(POFILES) postats.sh
|
||||
(cd $(srcdir) ; ./postats.sh $(POFILES)) >$@
|
||||
|
||||
force:
|
||||
|
@ -106,7 +106,7 @@ run_msgfmt () {
|
||||
input=`echo $input | sed 's/ */ /g' | cut -d ' ' -f 2-`
|
||||
|
||||
translator=`echo $input | cut -d '<' -f 1 | sed 's/ *$//'`
|
||||
email=`echo $input | cut -d '<' -f 2 | cut -d '>' -f 1`
|
||||
email=`echo $input | cut -d '<' -f 2 | cut -d '>' -f 1 | sed -e 's/@/ () /' -e 's/\./ ! /g'`
|
||||
}
|
||||
unset input
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user