po: avoid conflicts of local *.po files with files in git
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 13 May 2009 00:35:07 +0000 (01:35 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 13 May 2009 00:57:58 +0000 (01:57 +0100)
commitf2c2f6702abdc53f02341e4a18817e899932ce6d
treece7760de3f0f2757be932a6472a21c7ab72b0eae
parenta18128a3f69dc6311824c242ea4885589ad6c0c9
po: avoid conflicts of local *.po files with files in git

Make it so that filenames and line numbers are only stored in the *.pot file
(which is not in git), but not in the individual *.po files. This information
is hardly useful for translators in our case, and it should avoid the constant
conflicts of local *.po files with the ones in git which are caused by the
source files changing and the line numbers being updated. This commit might
cause one last merge conflict for you, which you can work around with
"git checkout po/*.po" before merging or pulling. After that there should
(hopefully) not be any more local modifications of these files (unless
someone committed additions or changes to translated strings and the
*.po files haven't been updated yet, that is).
30 files changed:
po/Makevars
po/af.po
po/az.po
po/bg.po
po/ca.po
po/cs.po
po/da.po
po/de.po
po/en_GB.po
po/es.po
po/fi.po
po/fr.po
po/hu.po
po/id.po
po/it.po
po/ja.po
po/lt.po
po/nb.po
po/nl.po
po/or.po
po/pl.po
po/pt_BR.po
po/ru.po
po/sk.po
po/sq.po
po/sr.po
po/sv.po
po/uk.po
po/vi.po
po/zh_CN.po