Merge pull request #1382 from fabrixxm/localize-activity-poke

Fix localization of poke activity + update IT strings
This commit is contained in:
Tobias Diekershoff
2015-02-09 13:25:50 +01:00
3 changed files with 7194 additions and 7012 deletions
+3 -4
View File
@@ -203,12 +203,11 @@ function localize_item(&$item){
// we can't have a translation string with three positions but no distinguishable text
// So here is the translate string.
$txt = t('%1$s poked %2$s');
// now translate the verb
$txt = str_replace( t('poked'), t($verb), $txt);
$poked_t = trim(sprintf($txt, "",""));
$txt = str_replace( $poked_t, t($verb), $txt);
// then do the sprintf on the translation string
+6193 -6045
View File
File diff suppressed because it is too large Load Diff
+998 -963
View File
File diff suppressed because it is too large Load Diff