IS translation blogger addon THX Sveinn í Felli
This commit is contained in:
parent
ae2dfdd30f
commit
3917c4f487
2 changed files with 3 additions and 2 deletions
|
@ -4,13 +4,13 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# Translators:
|
# Translators:
|
||||||
# Sveinn í Felli <sv1@fellsnet.is>, 2016
|
# Sveinn í Felli <sv1@fellsnet.is>, 2016,2018
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: friendica\n"
|
"Project-Id-Version: friendica\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2014-06-22 13:18+0200\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"
|
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
|
||||||
"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n"
|
"Language-Team: Icelandic (http://www.transifex.com/Friendica/friendica/language/is/)\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
if(! function_exists("string_plural_select_is")) {
|
if(! function_exists("string_plural_select_is")) {
|
||||||
function string_plural_select_is($n){
|
function string_plural_select_is($n){
|
||||||
|
$n = intval($n);
|
||||||
return ($n % 10 != 1 || $n % 100 == 11);;
|
return ($n % 10 != 1 || $n % 100 == 11);;
|
||||||
}}
|
}}
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue