IS translation blogger addon THX Sveinn í Felli
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 25 May 2018 08:18:39 +0000 (10:18 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 25 May 2018 08:18:39 +0000 (10:18 +0200)
blogger/lang/is/messages.po
blogger/lang/is/strings.php

index e29ce49..687b624 100644 (file)
@@ -4,13 +4,13 @@
 # 
 # 
 # Translators:
-# Sveinn í Felli <sv1@fellsnet.is>, 2016
+# Sveinn í Felli <sv1@fellsnet.is>, 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 <sv1@fellsnet.is>\n"
 "Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n"
 "MIME-Version: 1.0\n"
index deab7af..5e61af3 100644 (file)
@@ -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);;
 }}
 ;