Hello to all!
According to Gaia's documentation:
Gaia supports binding expressions, similar to MXML, in the src, seo and assetPath attributes. This feature is primarily for localization, but you can use it for other purposes. A binding expression is {surrounded} by braces.
I'm trying to use this feature in Ramiro's multilingual site template like this:
<page id="home" title="Home" src="swf/home.swf" menu="true" seo="{locale}/home/index.html">
But when I scaffold the project, it creates a folder named "{locale}".
What I want is 2 folders to be created, one "en" and one "es".
Is this possible or am I missing something here?
Thanx in advance!