On Wed 06 Oct 2010 04:25 +0200, Lukas Fleischer wrote:
Gnah, made a mistake with converting i8n files. This should hopefully work :)
--- UPGRADING | 6 ++++++ support/schema/aur-schema.sql | 3 +-- web/html/pkgsubmit.php | 2 +- web/lang/cs.po | 2 +- web/lang/de.po | 2 +- web/lang/el_GR.po | 2 +- web/lang/fr.po | 2 +- web/lang/he.po | 2 +- web/lang/hr.po | 2 +- web/lang/hu.po | 2 +- web/lang/it.po | 2 +- web/lang/nb_NO.po | 2 +- web/lang/pl.po | 2 +- web/lang/ro.po | 2 +- web/lang/ru.po | 2 +- web/lang/sr.po | 2 +- web/lang/tr.po | 2 +- web/lang/uk.po | 2 +- web/lang/zh_CN.po | 2 +- web/lib/aurjson.class.php | 2 +- web/lib/pkgfuncs.inc | 13 +++++++++---- web/lib/stats.inc | 2 +- web/template/actions_form.php | 2 +- web/template/pkg_details.php | 5 +++-- web/template/pkg_search_results.php | 2 +- 25 files changed, 40 insertions(+), 29 deletions(-)
I still don't believe that all these translation changes are necessary. This:
+ echo "<br /><span class='f6'>".__("This package has been flagged out of date")." (".$out_of_date_time.")</span>";
Could change to this:
+ echo "<br /><span class='f6'>".__("This package has been flagged out of date.")." ($out_of_date_time)</span>";
Also, be sure to rebase your patch against the current master. I pushed some changes that may affect your patch.