1
Fork 0

save_analysis: Migrate diagnostics

This commit is contained in:
Wonchul Lee 2022-08-20 06:40:31 +09:00
parent a1bea1551b
commit 9b95eef6ea
No known key found for this signature in database
GPG key ID: C3C0E5D6CE87126A
6 changed files with 21 additions and 1 deletions

View file

@ -0,0 +1 @@
save_analysis_could_not_open = Could not open `{$file_name}`: `{$err}`

View file

@ -43,6 +43,7 @@ fluent_messages! {
passes => "../locales/en-US/passes.ftl",
plugin_impl => "../locales/en-US/plugin_impl.ftl",
privacy => "../locales/en-US/privacy.ftl",
save_analysis => "../locales/en-US/save_analysis.ftl",
typeck => "../locales/en-US/typeck.ftl",
}