diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-11-03 13:52:36 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-11-03 13:52:36 +0100 |
| commit | 15f841ab43fd9b431e93d2e870c23ae7695929cc (patch) | |
| tree | aa62f3868832ff74bcceba7d9ba57cd89e592796 /doc/i18n.md | |
| parent | 6f65883c6ca833dc03e4c6f4ae28fae71681caff (diff) | |
Diffstat (limited to 'doc/i18n.md')
| -rw-r--r-- | doc/i18n.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/i18n.md b/doc/i18n.md index dcb5727..d48df23 100644 --- a/doc/i18n.md +++ b/doc/i18n.md @@ -65,8 +65,8 @@ func example() { } ``` -The result is a lot more visually-noisy than what Go does — mostly due -to the map syntax — but it offers infinitely more information to +The result is a lot more visually-noisy than what Go does – mostly due to +the map syntax – but it offers infinitely more information to translators, which is important. Translation functions can be provided multiple argument maps, and maps |