Hi,
I am using internationalization on my project with Dojo 0.4.3. I want to know if I can somehow remove all the 404 errors I get from nls directory when it tries to load language files. I think this might be possible in Dojo 0.9+ build using the custom distribution. Is this possible in Dojo 0.4.3?
Thanks.

It has been a while, but
It has been a while, but yes, I believe the 0.4.3 build process has the nls bundle flattening, to avoid the 404s.
Thanks jburke. Do you happen
Thanks jburke.
Do you happen to remember what do I need to do in order to flatten my nls directory?
Hmm, it looks like only nls
Hmm, it looks like only nls files that end up in the release directory get flattened, so you probably want to create a build layer or add add to the dependencies array your modules that reference bundles that you want flattened.
This is much better in Dojo 1.0+, where all bundles are flattened even if they are not part of a build layer.