diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-01-27 00:52:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-27 07:52:25 +0900 |
| commit | 7a6036c3bf4abbbe8a9ff0c9d2ab043d10574e3c (patch) | |
| tree | 2b208f1c0dd97bb04dc7de1663e6039cca2a4a0b /src/doc | |
| parent | 560785fb7410aafe52e58b6bbb04fe34b6a33bb5 (diff) | |
| download | rust-7a6036c3bf4abbbe8a9ff0c9d2ab043d10574e3c.tar.gz rust-7a6036c3bf4abbbe8a9ff0c9d2ab043d10574e3c.zip | |
there are still no locale bundles (#1567)
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/diagnostics/translation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/diagnostics/translation.md b/src/doc/rustc-dev-guide/src/diagnostics/translation.md index e36333039fe..e3ccec7d7b5 100644 --- a/src/doc/rustc-dev-guide/src/diagnostics/translation.md +++ b/src/doc/rustc-dev-guide/src/diagnostics/translation.md @@ -222,7 +222,7 @@ returned by `Emitter::fluent_bundle`. This bundle is used preferentially when translating messages, the fallback bundle is only used if the primary bundle is missing a message or not provided. -As of <!-- date-check --> June 2022, there are no locale bundles +As of <!-- date-check --> Jan 2023, there are no locale bundles distributed with the compiler, but mechanisms are implemented for loading bundles. |
