Kildekode (Linje: 88 - 108)
88 // Format the result
89 switch ($options['language']) {
90 case 'English':
91 $form = $count == 1 ? 0 : 1;
92 $words_array = explode("|", $words);
93 $result = $words_array[$form];
94 break;
95 case 'Danish':
96 $form = $count == 1 ? 0 : 1;
97 $words_array = explode("|", $words);
98 $result = $words_array[$form];
Line 98 -- 28 minutter siden
Undefined offset: 1
$locale['fmt_comment'] = "comment|comments";
Category Forum
Locales Forum - 9Labels
None yet
Statistics
1 participant
Notifications
You are not receiving notifications from this thread.
Related Questions