[Libreoffice-bugs] [Bug 107439] librelogo does not work with language set to Finnish

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 27 16:00:01 UTC 2017


https://bugs.documentfoundation.org/show_bug.cgi?id=107439

--- Comment #1 from Jacques Guilleron <guilleron29 at aol.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170427/c760eb65/attachment.html>


More information about the Libreoffice-bugs mailing list