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
Thinking about it, I wonder if compile_i18n and maybe other macros shouldn't actually be functions called from build.rs. They are not actually generating any code in the end executable and are just here for there side effects
The problem is that they need to be "called" after the .pot have been updated by the various i18n!/t! calls, but build.rs can only run before the crate itself is compiled.
compile_i18n
?The text was updated successfully, but these errors were encountered: