mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
diff_po.pl: comments to usage
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39233 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e53a3a089c
commit
70e0641e3a
@ -3,6 +3,12 @@
|
|||||||
# file diff_po.pl
|
# file diff_po.pl
|
||||||
# script to compare changes between translation files before merging them
|
# script to compare changes between translation files before merging them
|
||||||
#
|
#
|
||||||
|
# Examples of usage:
|
||||||
|
# ./diff_po.pl cs.po.old cs.po
|
||||||
|
# svn diff -r38367 --diff-cmd ./diff_po.pl cs.po
|
||||||
|
# git difftool --extcmd=./diff_po.pl sk.po
|
||||||
|
# ./diff_po.pl -r HEAD~100 cs.po #fetch git revision and compare
|
||||||
|
#
|
||||||
# This file is free software; you can redistribute it and/or
|
# This file is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU General Public
|
# modify it under the terms of the GNU General Public
|
||||||
# License as published by the Free Software Foundation; either
|
# License as published by the Free Software Foundation; either
|
||||||
|
Loading…
Reference in New Issue
Block a user