mirror of
https://gh.wpcy.net/https://github.com/WeblateOrg/weblate.git
synced 2026-04-25 22:05:08 +08:00
It is not maintained and will not get further updates. Signed-off-by: Michal Čihař <michal@cihar.com>
11 lines
374 B
Text
11 lines
374 B
Text
.github export-ignore
|
|
.gitignore export-ignore
|
|
.gitattributes export-ignore
|
|
scripts export-ignore
|
|
|
|
# make .po/.pot files less noisy, need to configure git first:
|
|
# $ git config diff.msgcat.textconv "msgcat --no-location --no-wrap --sort-output"
|
|
# to enable caching in "notes/textconv/msgcat":
|
|
# $ git config diff.msgcat.cachetextconv true
|
|
*.pot diff=msgcat
|
|
*.po diff=msgcat
|