EionRobb / purple-discord

A libpurple/Pidgin plugin for Discord
GNU General Public License v3.0
382 stars 43 forks source link

i18nspector reports translation issues: boilerplate, invalid dates, empty fields #272

Open pabs3 opened 5 years ago

pabs3 commented 5 years ago
$ find . -type f \( -iname '*.po' -o -iname '*.pot' -o -iname '*.mo' -o -iname '*.gmo' \) -exec i18nspector --jobs 1 {} +
I: ./po/fr.po: boilerplate-in-initial-comments "Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER"
I: ./po/fr.po: boilerplate-in-initial-comments 'This file is distributed under the same license as the PACKAGE package.'
I: ./po/fr.po: boilerplate-in-initial-comments 'FIRST AUTHOR <draelenax@protonmail.com>, 2018.'
W: ./po/fr.po: invalid-date PO-Revision-Date: '2019-04-27 17:12'
I: ./po/fr.po: no-package-name-in-project-id-version (empty string)
P: ./po/fr.po: no-version-in-project-id-version (empty string)
W: ./po/fr.po: no-report-msgid-bugs-to-header-field
I: ./po/ru.po: boilerplate-in-initial-comments "Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER"
I: ./po/ru.po: boilerplate-in-initial-comments 'This file is distributed under the same license as the PACKAGE package.'
I: ./po/ru.po: boilerplate-in-initial-comments 'FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.'
P: ./po/ru.po: no-version-in-project-id-version Libpurple-Discord
W: ./po/ru.po: no-report-msgid-bugs-to-header-field
I: ./po/ru.po: language-team-equal-to-last-translator 'Only me! <bardimnik@rambler.ru>' 'Дмитрий Барандов <bardimnik@rambler.ru>'
I: ./po/it.po: no-package-name-in-project-id-version 0.9
W: ./po/it.po: no-report-msgid-bugs-to-header-field
I: ./po/purple-discord.pot: boilerplate-in-initial-comments "Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER"
I: ./po/purple-discord.pot: boilerplate-in-initial-comments 'This file is distributed under the same license as the PACKAGE package.'
W: ./po/purple-discord.pot: boilerplate-in-project-id-version 'PACKAGE VERSION'
W: ./po/purple-discord.pot: no-report-msgid-bugs-to-header-field
I: ./po/es.po: no-package-name-in-project-id-version 0.9
W: ./po/es.po: no-report-msgid-bugs-to-header-field
W: ./po/es.po: boilerplate-in-language-team 'es <LL@li.org>'
pabs3 commented 5 years ago

BTW, the documentation for these tags is here:

https://i18nspector.readthedocs.io/

-- bye, pabs

https://bonedaddy.net/pabs3/