Nicholas Nethercote
57cd5e6551
Use rustc_fluent_macro::fluent_messages!
directly.
...
Currently we always do this:
```
use rustc_fluent_macro::fluent_messages;
...
fluent_messages! { "./example.ftl" }
```
But there is no need, we can just do this everywhere:
```
rustc_fluent_macro::fluent_messages! { "./example.ftl" }
```
which is shorter.
2023-11-26 08:38:40 +11:00
..
2023-11-21 20:13:40 +01:00
2023-11-24 14:32:05 +00:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-24 14:32:05 +00:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-25 13:08:29 +00:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-23 20:10:44 -05:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:37:27 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-23 17:27:31 +03:00
2023-11-26 08:38:02 +11:00
2023-11-22 18:38:17 +11:00
2023-11-26 08:38:40 +11:00
2023-11-22 05:09:33 +00:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-22 18:38:17 +11:00
2023-11-22 18:38:20 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-21 13:43:11 -05:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-21 20:13:40 +01:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-26 08:38:40 +11:00
2023-11-24 15:09:26 -08:00
2023-11-23 17:27:31 +03:00
2023-11-22 09:28:51 -08:00
2023-11-25 17:06:22 +00:00
2023-11-26 08:38:40 +11:00
2023-11-22 21:09:01 +00:00
2023-11-22 08:13:21 +11:00
2023-11-26 08:38:40 +11:00
2023-11-22 21:09:01 +00:00
2023-11-25 10:21:09 +01:00