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
The https://github.com/baptiste0928/rosetta project brings some interesting ideas, it generates code using the build.rs script that can be used to reference localizations using native Rust types which also integrates well with IDE autocomplete. In addition, the function signature for localizations with variables are also generated, making it very easy to use a given localization correctly without needing to reference the source file. Seems like it should be possible to do something similar with fluent.
The text was updated successfully, but these errors were encountered:
The https://github.com/baptiste0928/rosetta project brings some interesting ideas, it generates code using the
build.rs
script that can be used to reference localizations using native Rust types which also integrates well with IDE autocomplete. In addition, the function signature for localizations with variables are also generated, making it very easy to use a given localization correctly without needing to reference the source file. Seems like it should be possible to do something similar withfluent
.The text was updated successfully, but these errors were encountered: