Vincent wrote:...I've made the changes you've suggested.
The list of elements in each class now can be set in 'config.lua'.
Cool!
And I agree, no more need to move the panel.
Very appreciated.
Bye and thank you, Vincent.
Andrea
Vincent wrote:...I've made the changes you've suggested.
The list of elements in each class now can be set in 'config.lua'.
ANDREA wrote:And I agree, no more need to move the panel.
Very appreciated.
Bye and thank you, Vincent.
rra wrote:The new window's transparancy & background color
are much better, no need to make its position moveble anymore
Thanks .
Vincent wrote: ...PS :Andrea, if you ever have one hour to give to the Italian translation, I would be really happy to help...
ANDREA wrote:OK Vincent, I'll try to translate the four files you say in your readme, i.e.:readme.txt
Please confirm me that I didn't miss any, thank you.
locale/lang/lang.lua
locale/lang/infoText_lang.lua
locale/lang/images/compass_lang.png
Vincent wrote:That's it. And you even don't need to bother with compass_it.png since the letters are the same as in french. So, I'll simply make a copy of compass_fr.png
Thanks a lot Andrea, I really appreciate your contribution.
Sui Ota wrote:When I click "Set Render Option" button, most buttons except "Set Time" and "Current Time" disappear. The Objects (stars and planets, etc.) and star labels, too. So there remain only some buttons and time displays...
When I click the place where the button was or turn off Edu Tools, it recovers.
On iBook G4 with Mac OS X 10.4.9
You're right, I've added it. Thanks.Sui Ota wrote:The Render Option Setting window is shown correctly
Being able to see the window, I noticed that localization of "Open Clusters" is missing...
ElChristou wrote:Work fine for me!
Code: Select all
-- French_France:
language = "fr"
-- English_England:
language = "en"
-- English_United States:
language = "en_US"
-- Portuguese_Portugal:
language = "pt"
-- Portuguese_Brazil:
language = "pt_BR"
Code: Select all
-- French_France:
language = "fr_FR"
-- English_England:
language = "en_EN"
-- English_United States:
language = "en_US"
-- Portuguese:
language = "pt_PT"
-- Portuguese_Brazil:
language = "pt_BR"
2.1. Syntax
The language tag is composed of one or more parts, known as "subtags".
[...] A language tag consists of a "primary language" subtag and a (possibly empty) series of subsequent subtags, each of which refines or narrows the range of languages identified by the overall tag.