On 5/6/14, 2:52 PM, Mattias Engdegård wrote: > Translators will need the subversion.pot file; it should be present in the > source distribution. Presumably, the right way to ensure that is to have > dist.sh generate it, similar to the way the configure script is created. > > [[[ > Have dist.sh generate subversion.pot for the benefit of translators who need > it in the source distribution. > > * tools/dist/dist.sh: Generate subversion.pot by running po-update.sh. > ]]]
Why should the pot file be present in the distribution package? Shouldn't translators be working against a SVN checkout and not a distribution package? Looking at the output on 1.8.x it adds 348 KB of uncompressed size to our source. That's obviously not a huge problem, but I just don't understand what value this really creates. For most of users this is useless (they aren't translators). For those that need it, it's trivially created. Configure, which you're using as an example is used by everyone that builds on anything other than Windows. I see no problem with the patch itself, but I don't understand the purpose.