Closed (outdated)
Project:
Project
Version:
5.x-1.x-dev
Component:
Releases
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Nov 2006 at 16:46 UTC
Updated:
3 Jan 2017 at 20:26 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
kkaefer commentedAs far as I remember, translation releases had a README.txt file with information on how to import the translation. I checked some tarballs, but all of them contained an empty README.txt. It is possible that this got messed up during the transition to the new release system.
But actually, it would be better if the packaging script would take the README.txt from the CVS repository (there are no readme files atm, afaik) which are in the actual language.
Comment #2
hunmonk commentedthis is still a problem. perhaps dww can take a look at the packaging scripts to see what's up here...
Comment #3
gábor hojtsyhttp://drupal.org/node/207401 deals with solving this for both D5 and D6 translations.
Comment #4
gábor hojtsyNow renamed STATUS.txt in 5.x and named STATUS.$uri.txt in Drupal 6. Still needs to be solved, the patch at http://drupal.org/node/207401 did not solve it.
Comment #5
dwwIndeed, it's totally bizarre that these files are empty. There's clear evidence that msgfmt is being called during packaging, and running it on the command line works. All I can think of that might be causing trouble here is the way we're trying to capture stderr and redirect/append it to a file? Oh, yeah, duh... check it out:
vs.
:(
Comment #6
dwwI guess I'll roll a patch for this...
Comment #7
dwwAttached patch fixes the empty files. However, the resulting information isn't particularly readable or helpful, especially for a D6 translation. Here's an example, the STATUS.fr.txt file from the 6.x-1.x-dev fr translation.
Comment #8
gábor hojtsyTaking on doing implementation for more meaningful status information, such as http://drupalbin.com/540 Will only have time to solve it later this week.
Comment #9
drummProject module is no longer involved in translation packaging.