From 3917c4f48775fa19074b2ba11d880858f253145b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 25 May 2018 10:18:39 +0200 Subject: [PATCH] =?UTF-8?q?IS=20translation=20blogger=20addon=20THX=20Svei?= =?UTF-8?q?nn=20=C3=AD=20Felli?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- blogger/lang/is/messages.po | 4 ++-- blogger/lang/is/strings.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/blogger/lang/is/messages.po b/blogger/lang/is/messages.po index e29ce496..687b624f 100644 --- a/blogger/lang/is/messages.po +++ b/blogger/lang/is/messages.po @@ -4,13 +4,13 @@ # # # Translators: -# Sveinn í Felli , 2016 +# Sveinn í Felli , 2016,2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-06-22 13:18+0200\n" -"PO-Revision-Date: 2016-07-25 09:15+0000\n" +"PO-Revision-Date: 2018-05-24 09:45+0000\n" "Last-Translator: Sveinn í Felli \n" "Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n" "MIME-Version: 1.0\n" diff --git a/blogger/lang/is/strings.php b/blogger/lang/is/strings.php index deab7af8..5e61af39 100644 --- a/blogger/lang/is/strings.php +++ b/blogger/lang/is/strings.php @@ -2,6 +2,7 @@ if(! function_exists("string_plural_select_is")) { function string_plural_select_is($n){ + $n = intval($n); return ($n % 10 != 1 || $n % 100 == 11);; }} ;