]> git.mxchange.org Git - friendica-addons.git/blob - mailstream/lang/da-dk/strings.php
Merge pull request 'Initial commit of url_replace addon.' (#1453) from toddy/friendic...
[friendica-addons.git] / mailstream / lang / da-dk / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_da_dk")) {
4 function string_plural_select_da_dk($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}