This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
28b29db8f0
rust
/
src
/
test
/
ui-fulldeps
/
fluent-messages
/
slug-with-hyphens.ftl
2 lines
27 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Change fluent_messages macro to expect _ slugs instead of - slugs For the most part, the macro actually worked with _ slugs, but the prefix_something -> prefix::something conversion was not implemented. We don't want to accept - slugs for consistency reasons. We thus error if a name is found with - inside. This ensures a consistent style.
2022-08-10 04:31:31 -05:00
this-slug-has-hyphens = hi
Reference in New Issue
Copy Permalink