directory lang missing Stencyl 3.3.2 build 8627

danielle53

  • *
  • Posts: 55
The directory lang was not created in my workspace.
Is it because I set lang.debug=true in [workspace]/prefs/boot.txt ?
Code: [Select]
2015-09-02 11:53:03,509 INFO  [Thread-5] stencyl.sw.util.StreamGobbler: [haxelib] RunMain.hx:43: Used setup, so using userDir as workspace.
202015-09-02 11:53:19,647 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found French in lang\fr
15-09-02 11:53:03,509 INFO  [Thread-5] stencyl.sw.util.StreamGobbler: [haxelib] RunMain.hx:52: workspace: D:\_Projets\_stencyl\STENCYWORK\stencylworks/
2015-09-02 11:53:19,011 DEBUG [AWT-EventQueue-0] stencyl.sw.app.App: Action: Preferences... [menu.file.prefs]
2015-09-02 11:53:19,558 DEBUG [AWT-EventQueue-0] stencyl.sw.util.FileHelper: Failed to list contents of D:\_Projets\_stencyl\STENCYWORK\stencylworks\lang. It does not exist or is not a directory.
2015-09-02 11:53:19,558 DEBUG [AWT-EventQueue-0] stencyl.sw.util.FileHelper: Directories within lang: [lang\br, lang\de, lang\el, lang\en, lang\es, lang\fi, lang\fr, lang\it, lang\nl, lang\pl, lang\pt, lang\ru, lang\zh, lang\zh_CN]
2015-09-02 11:53:19,638 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found Breton in lang\br
2015-09-02 11:53:19,639 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found German in lang\de
2015-09-02 11:53:19,642 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found Greek in lang\el
2015-09-02 11:53:19,643 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found English in lang\en
2015-09-02 11:53:19,644 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found Spanish in lang\es
2015-09-02 11:53:19,646 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found Finnish in lang\fi
2015-09-02 11:53:19,648 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found Italian in lang\it
2015-09-02 11:53:19,649 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found Dutch in lang\nl
2015-09-02 11:53:19,651 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found Polish in lang\pl
2015-09-02 11:53:19,652 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found Portuguese in lang\pt
...

captaincomic

  • *
  • Posts: 6108
You don't need a "lang" folder in your workspace. It will fall back to the "lang" folder in your installation dir. (If you have a language in both the workspace takes preference).

Is it causing you any troubles?

danielle53

  • *
  • Posts: 55
No trouble :)
I feel nearly sorry about it. I was maybe mislead by the warning.
 I was astonished that the lang files were found despite the warning ... I did not go further and Yes Stencyl falls back to the Stencyl's installation directory.
Quote
2015-09-02 11:53:19,638 DEBUG [AWT-EventQueue-0] stencyl.sw.prefs.LanguagePage: Found Breton in lang\br
Sorry about the "noise" .
.. stays the misleading (at least a little bit ? : ) debug message ..

Shall I understand that it is possible to make Stencyl use only the languages I would have chosen to put inside my [workspace]/lang ?


captaincomic

  • *
  • Posts: 6108
Ok, no worries. Yup, the idea is that you can modify the languages or add new ones in your workspace.