-
Can I have a project structure like this:
And use slang to generate its output files into each |
Beta Was this translation helpful? Give feedback.
Answered by
Tienisto
Jan 16, 2023
Replies: 1 comment 1 reply
-
Hello, this requires a lot of refactoring effort because "namespaces" are erased after being parsed. The internal model don't have knowledge about namespaces. So generating per-locale is possible but per-namespaces is unfortunately not. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hgiesel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, this requires a lot of refactoring effort because "namespaces" are erased after being parsed. The internal model don't have knowledge about namespaces.
So generating per-locale is possible but per-namespaces is unfortunately not.