Ticket #1063 (closed defect: fixed)
[PerlTidy plugin] 0.15 lacks translation sources (.po)
| Reported by: | dam | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Perl Tidy | Version: | |
| Keywords: | PerlTidy 0.15 | Cc: |
Description
Hi,
It seems Padre::Plugin::PerlTidy? 0.15 ships only pre-compiled .mo files and there are no source .po files.
I need to ship modifiable sources in the Debian source package. Could you restore the .po files?
If it is difficult to compile .mo's from .po's during P::P::PT build in a portable way, there is no problem if the .mo's are shipped in the distribution.
Thanks for considering.
Change History
comment:1 Changed 2 years ago by zenogantner
- Summary changed from Padre::Plugin::PerlTidy 0.15 lacks translation sources (.po) to [PerlTidy plugin] 0.15 lacks translation sources (.po)
comment:2 Changed 2 years ago by dam
It seems the reason for missing .po files is the migration to Dist::Zilla which added \.po$ to MANIFEST.SKIP. Earlier, \.pot$ was added too.
I won't rant more about .po's, but .pot can be useful in its own too. For example some user might want to start a new translation. No need to ship that when installing on the filesystem, but having it in the distribution would be handy.
There are other plugins in that situation. Should I just mass-fix them?
