Update hstrings.php

This commit is contained in:
Galette Saucisse 2018-05-18 16:05:30 +02:00 committed by GitHub
parent eabf804dc9
commit 2dd66df8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<?php
if(! function_exists("string_plural_select_fr.")) {
function string_plural_select_fr.($n){
if(! function_exists("string_plural_select_fr")) {
function string_plural_select_fr($n){
return ($n > 1);;
}}
App::$rtl = 0;