1
Fork 0

Rollup merge of #100836 - hampuslidin:migrate-attr-crate-diagnostics, r=davidtwco

Migrate `rustc_attr` crate diagnostics

Hi!

This is my first PR to the rustc project, excited to be part of the development! This PR is part of the diagnostics effort, to make diagnostics translatable.

`@rustbot` label +A-translation
This commit is contained in:
Michael Goulet 2022-08-26 15:56:28 -07:00 committed by GitHub
commit d97e616e21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 621 additions and 217 deletions

View file

@ -34,6 +34,7 @@ pub use unic_langid::{langid, LanguageIdentifier};
fluent_messages! {
ast_lowering => "../locales/en-US/ast_lowering.ftl",
ast_passes => "../locales/en-US/ast_passes.ftl",
attr => "../locales/en-US/attr.ftl",
borrowck => "../locales/en-US/borrowck.ftl",
builtin_macros => "../locales/en-US/builtin_macros.ftl",
const_eval => "../locales/en-US/const_eval.ftl",