I am translating phpbb3 in bangla unicode i.e. Bengali language.I am facing a probelm about sprintf function.
In index.php line 102 i have changed the line as
Code: Select all
'TOTAL_POSTS' => sprintf($user->lang[$l_total_post_s],(integer)$user->number_bangla($total_posts)),
Code: Select all
'TOTAL_TOPICS_OTHER'=>'Total topics <strong>%d</strong>',
Code: Select all
(integer)$user->number_bangla($total_posts).
Manchumahara,
Bangladesh