IS translation blogger addon THX Sveinn í Felli

This commit is contained in:
Tobias Diekershoff 2018-05-25 10:18:39 +02:00
parent ae2dfdd30f
commit 3917c4f487
2 changed files with 3 additions and 2 deletions

View 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"

View 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);;
}}
;