Show messages:
1-17
…
158-177
178-197
198-217
218-237
238-257
258-277
278-297
…
898-912
From: bemfarmer
I tried out the French language version of Pilou.
1. Placed Pilou's lang.js file in the core subdirectory, after renaming the older lang.js file to langOlder.js
2. Changed EN to FR in the index.html under function init(), (As per Max's initFR.PNG), with notepad++, in the nodeeditor directory.
Success
- Brian
Then changed FR back to EN.
After re-opening MoI, pressing F5 does not seem to be necessary.
Switching languages by //Commenting will work.
function init()
{
//lang.set("EN");
lang.set("FR");
//lang.set("RU");
From: Frenchy Pilou (PILOU)
A big mystery!
Shortcut is this one ?
moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )
Can you give me the list of the \ui\nodeeditor\...
From: Frenchy Pilou (PILOU)
@Bemfarmer
<< 1. Placed Pilou's lang.js file in the core subdirectory, after renaming the older lang.js file to langOlder.js
<< 2. Changed EN to FR in the index.html under function init(), (As per Max's initFR.PNG), with notepad++, in the nodeeditor directory.
<< Success
Seems you don't change "EN" to "FR" inside my lang.js file posted : var lang = { LANGUAGE: "EN" } does this exact ?
From: Max Smirnov (SMIRNOV)
lang.set() command overrides any setting of the lang value in lang.js file
From: Frenchy Pilou (PILOU)
I have reloaded all the project and same result! :(
So a vicious glitch on my computer! :)
Surrely a little error syntax somewhere!
From: bemfarmer
Pilou's lang.js file is NOT modified.
I accessed nodeeditor using customui, not shortcut key.
RU also works fine.
- Brian
Image Attachments:
core_subdirectory_contents.png
my_customui_subdirectory_contents.png
nodeeditor_directory_contents.png
Part_of_my_MoI 3.0_subdirectory.png
From: bemfarmer
Shortcut key also works:
My shortcut key for nodeeditor:
Ctrl+Alt+N moi.ui.createDialog( 'nodeeditor/index.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )
#######
Also made a copy of index.html named indexFR.html, with FR instead of EN the only change, also placed in nodeeditor subdirectory.
My new test shortcut key for French is:
Ctrl+Alt+Z moi.ui.createDialog( 'nodeeditor/indexFR.html', 'resizeable,defaultWidth:680,defaultHeight:420', moi.ui.mainWindow )
Hope some of this helps.
- Brian
From: Frenchy Pilou (PILOU)
Thx for all precision!
But alas mystery is more more curious! :)
Bride between French version don't want to work for me!
All was working fine for the Elephant 1 !
From: bemfarmer
I was able to re-create the failure of the French language to appear, by
using the WRONG lang.js file.
So I would say to triple check that the Pilou lang.js file (which includes French words :-)), is
contained in the \core subdirectory.
- Brian
From: Max Smirnov (SMIRNOV)
Today I wrote a Line node. It's not so simple as it looks :)
VIDEO
From: James (JFH)
>> Today I wrote a Line node. It's not so simple as it looks
We are all aware of you're herculean efforts.
Be assured they do not go unappreciated.
Keep it up
- James
From: Frenchy Pilou (PILOU)
Seems solved but very curious!
I must add the French lines dictionnary inside the EN part !
Moi is in French
My index html is lang.set("FR");
My lang.js is var lang = { LANGUAGE: "FR" }
Does all that is normal ???
image of the lang.js
From: bemfarmer
Hi Pilou,
"My index html is lang.set("FR");" <<This is correct.>>
"My lang.js is var lang = { LANGUAGE: "FR" } " <<<This is "incorrect." Leave it as: var lang = { LANGUAGE: "EN" }>>>
I temporarily went to MoI Options, and edited the moi.ini file to read, under [UI] as Language=French
With index html: lang.set("FR");, and leaving your lang.js as downloaded, with var lang = { LANGUAGE: "EN" }
no other modifications were needed to get French Node language.
There is no need to add the French words to the EN section, lines 159+ in your post.
- Brian
(These are my personal observations and tests and opinions:-)
From: Max Smirnov (SMIRNOV)
Hi Pilou
Check all js files for another lang.set('EN') call. It seems like you accidentally inserted this line somewhere in the code.
From: Frenchy Pilou (PILOU)
<< Check all js files for another lang.set('EN') call
I have checked that: no such thing is existing! :)
From: Max Smirnov (SMIRNOV)
Pilou, could you send all nodeedit files to me?
From: Frenchy Pilou (PILOU)
@Max: Sure!
Here the complete folder nodeeditor who is working! (so with 2 "French dictionnaries" as shown on my image above inside the file lang.js)
http://we.tl/TwsT35rm6z till 12 may 2016
Of course all translations of nodes and other things are not yet made! (All is in Wip building)
but with this yet made and this curious lang.js all works fine in French!
From: Max Smirnov (SMIRNOV)
One more node added - TextArray
It converts text data to pointarray. For each point can be set upto six values: x, y, z, x-rotation angle, y-rotation angle, z-rotation angle.
From: Max Smirnov (SMIRNOV)
Hi Pilou,
I just changed language to FR and deleted all translations in EN. Everything works great.
Try this.
From: Frenchy Pilou (PILOU)
@Max
This last one with your file works fine!
Why when it's me that was making the same don't working stay a mystery!
I will now continue the translation more serenely! :)
Seems your new functions will delight lovers of Parametric forms!
Show messages:
1-17
…
158-177
178-197
198-217
218-237
238-257
258-277
278-297
…
898-912