<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - librelogo does not work with language set to Finnish"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107439#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - librelogo does not work with language set to Finnish"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107439">bug 107439</a>
              from <span class="vcard"><a class="email" href="mailto:guilleron29@aol.com" title="Jacques Guilleron <guilleron29@aol.com>"> <span class="fn">Jacques Guilleron</span></a>
</span></b>
        <pre>HI Ari,

This code written in english:

TO tile
LEFT 60
REPEAT 2 [
    FORWARD 40 RIGHT 120 FORWARD 40 RIGHT 60
] FILL RIGHT 60
END

TO cube
colors = [“GOLD”, “TEAL”, “TOMATO”]
REPEAT 3 [ 
    PENCOLOR colors[REPCOUNT-1]
    FILLCOLOR colors[REPCOUNT-1]
    tile
    RIGHT 120
]
END

PICTURE “Reutersvärd triangle.svg” [
HIDETURTLE PENSIZE 0.1 RIGHT 30
REPEAT 3 [
    REPEAT 3 [
        PENUP FORWARD 60 PENDOWN
        d = HEADING
        HEADING 30
        cube
        HEADING d
    ]
    RIGHT 120
]
]

pasted into a Writer document,
can be translated to locale laanguage (French for me) by using magic wand icon 
from Logo toolbar.
I tried in Finnish. This works too.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>