You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if we wanted to build e.g. GeoExplorer and include the available translations, we would add
locale/en.js
locale/de.js
...
to buildjs.cfg. And of course we also want the translations from gxp, but we cannot add these, because they would have the same relative path to the root.
I'd suggest we restructure gxp so we have app/script/gxp/ as root for the script resources instead of just app/script/
The text was updated successfully, but these errors were encountered:
Currently, if we wanted to build e.g. GeoExplorer and include the available translations, we would add
to buildjs.cfg. And of course we also want the translations from gxp, but we cannot add these, because they would have the same relative path to the root.
I'd suggest we restructure gxp so we have
app/script/gxp/
as root for the script resources instead of justapp/script/
The text was updated successfully, but these errors were encountered: