Merge pull request #77 from scarabeusiv/master
Fix pluralized forms and whitespace in translations and fix the l10n tools
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
$class = ($feedctr % 2) ? "even" : "odd";
|
||||
|
||||
if ($line['articles_archived'] > 0) {
|
||||
$archived = sprintf(__("%d archived articles"), $line['articles_archived']);
|
||||
$archived = sprintf(ngettext("%d archived article", "%d archived articles", $line['articles_archived']), $line['articles_archived']);
|
||||
$archived = " <span class='subscribers'>($archived)</span>";
|
||||
} else {
|
||||
$archived = '';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?php # This file has been generated at: Thu Mar 21 23:29:09 MSK 2013
|
||||
<?php # This file has been generated at: Sun Mar 24 13:57:39 CET 2013
|
||||
|
||||
__("Title");
|
||||
__("Title or Content");
|
||||
|
||||
Reference in New Issue
Block a user