';
}
+
+ function getQuantitiesInLang($langPlurals, $lang) {
+ if ($langPlurals[$lang]) {
+ return $langPlurals[$lang];
+ }
+ // Language is not set up for plurals, fallback to enable all possible plurals
+ return array('zero', 'one', 'two', 'few', 'many', 'other');
+ }
echo '