Topic: Missing translations strings in install.php
During french translation of PunBB, we found out that 3 strings were not defined in lang/English/install.php, compared to the strings used in admin/install.php. They are :
Default language
Default language help
Invalid language
As we based our translation on lang/English/install.php, the strings were also missing in french. So an install done in french would return the following error:
Notice: Undefined index: Default language help in /punbb/test/admin/install.php on line 320
I guess adding the missing strings would fix that error. Strangely, the missing strings do not raise an error when install is done in english. May be the default language (english) is not handled the same way?