Skip to content

Commit 9b340b7

Browse files
authored
Merge pull request #1026 from davidtwco/translation-effort-tracking-issue
2 parents c874283 + dda9670 commit 9b340b7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

posts/inside-rust/2022-08-16-diagnostic-effort.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,16 @@ Once most diagnostic messages have been ported to the new infrastructure, then
5959
the diagnostics working group will start creating a workflow for translation
6060
teams to translate all of the diagnostic messages to different languages.
6161

62-
Every pull request related to diagnostic translation is listed [in this
63-
document](https://hackmd.io/@davidtwco/rkXSbLg95).
62+
Every pull request related to diagnostic translation is tagged with
63+
[`A-translation`][A-translation].
6464

6565
## Getting involved
6666
There's a lot of work to do on diagnostic translation, but the good news is that
6767
lots of the work can be done in parallel, and it doesn't require background in
6868
compiler development or familiarity with `rustc` to contribute!
6969

70-
If you are interested, feel free to just get started! You can ask for help in
70+
**If you are interested in getting involved, take a look at [#100717] to find
71+
out where to get started!** You can ask for help in
7172
[`#t-compiler/wg-diagnostics`] or reach out to [`@davidtwco`].
7273

7374
**Note:** This post isn't going to be updated as the working group iterates on
@@ -299,6 +300,7 @@ r? rust-lang/diagnostics
299300

300301
Even if you aren't sure exactly how to proceed, give it a go and you can ask
301302
for help in [`#t-compiler/wg-diagnostics`] or reach out to [`@davidtwco`].
303+
Check out [#100717] for guidance on where to get started!
302304

303305
## FAQ
304306

@@ -334,3 +336,4 @@ decided yet.
334336
[diag_translation]: https://rustc-dev-guide.rust-lang.org/diagnostics/translation.html
335337
[fluent]: http://projectfluent.org/
336338
[A-translation]: https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3AA-translation+sort%3Aupdated-desc
339+
[#100717]: https://github.com/rust-lang/rust/issues/100717

0 commit comments

Comments
 (0)