Broken installer page using finnish laguage

Hello,

I am updating from 18.0.5 to 19.0.0. I copied the files, checked the install.lock, as numerous times before, but I came across a problem: the installer automatically reverts to the computer language (which is finnish in my case), and there seems to be something wrong with the prompts, the rendering of the install page goes wrong, and I can’t get to the OK -button.

I guess the easiest way to get around this is to run the installer in english, but is it even possible?

Got it! langs\fi_FI\install.lang row 135:

tietokanta<. /span>

Closing span element was wrong.

This issue seem to be in a few more files

    modified:   htdocs/langs/fi_FI/blockedlog.lang
    modified:   htdocs/langs/fi_FI/errors.lang
    modified:   htdocs/langs/fi_FI/install.lang

I will submit a pull request

Apparently already merged

That was fast! Great work!

I think there are actually a few more tag errors in install.lang. At least I think so, please forgive me if I don’t understand the code behind:
Lines 5,7 and 9

<span class='notranslate7f8<z0f17f8 /span>

Line 17:

<span class='notranslate'>b09a4f78<z09a /span>

Line 59:

<span class='notranslate' class=' ja</span>

Line 110:

<b>b0ecb2ec87f49f classz ='notranslate'></b>

Line 210:

<strong> span>install.lock</strong>

Amateur tip: For those finns wanting to test 19 right away, just copy install.lang from en_US to fi_FI and install using that.

Yes, there are more, many more errors, and I think they have to be fixed upstream in the transifex procject. I hope that eldy informs them.