Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi,

András mentioned the (possible) translation of the LibreLogo module in his
previous letter. LibreLogo is a native language, Logo-like (a simplified
procedural language with turtle graphics) programming interface/lightweight
environment to the excellent vector graphics of LibreOffice. More
information: http://extensions.libreoffice.org/extension-center/librelogo

Translations of the LibreLogo commands are defined by property files, for
example the English one: http://numbertext.org/logo/commands_en.txt.
Commands and their alternative and optional abbreviated forms separated by
vertical bars. First item is the non-abbreviated, default form, like
"forward" and its abbreviation, "fd" in the following example:

FORWARD=forward|fd

1. It is recommended (and easier) to use the existing native language
translation of the original Logo programming language, if it exists. Eg.
the Hungarian translation of "forward" and its abbreviated form are the
same as in the closed source, closed platform-dependent Logo environments
used in Hungarian schools:

FORWARD=előre|e

2. Quotation marks to annotate strings and decimal signs are also
localized, eg.

LEFTSTRING="|'
RIGHTSTRING="|'
DECIMAL=.

in Hungarian

LEFTSTRING="
RIGHTSTRING="
DECIMAL=,

3. For agglutinative languages, postfix form(s) of the IN operator are also
supported (starting with hyphen or colon):

IN=in
IN=-ban|-ben  # Hungarian noun case
IN=:ssa|:ssä # suggested for Finnish

FOR a IN b [ ]

In Hungarian:

FUT a b-BEN [ ]

RTL language support hasn't checked yet, but I will make LibreLogo
extensions with the new translations to test it and other features.

Any feedback and questions are welcome,
Best regards,
László

-- 
Unsubscribe instructions: E-mail to l10n+help@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/l10n/
All messages sent to this list will be publicly archived and cannot be deleted

Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.