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
I would like to put a translations folder my project folder and elm-i18n --src . --rootModule Translation --translations-directory ./app-translations which would build from that directory into the --src ., using the root module name. Or I can put the folder elsewhere, but it looks like rootModule is pulling double duty as both the outputted module name AND the the location. Since this is just moving around symlinks, why make it work like this? Surely other people have some alternative link directories (like maybe a submodule or another project).
The text was updated successfully, but these errors were encountered:
I would like to put a
translations
folder my project folder andelm-i18n --src . --rootModule Translation --translations-directory ./app-translations
which would build from that directory into the--src .
, using the root module name. Or I can put the folder elsewhere, but it looks like rootModule is pulling double duty as both the outputted module name AND the the location. Since this is just moving around symlinks, why make it work like this? Surely other people have some alternative link directories (like maybe a submodule or another project).The text was updated successfully, but these errors were encountered: