1

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?

Re: Missing translations strings in install.php

First two strings have been already fixed. I've added the third string.

3 (edited by Jérémie 2009-04-16 12:53)

Re: Missing translations strings in install.php

Thanks.

Edit: there's no more InnoDB engine in Pun1.3 ?

Re: Missing translations strings in install.php

InnoDB support was introduced in FluxBB 1.3. We do not follow them in this question. Apparently, strings with 'InnoDB' were imported by mistake.