diff options
author | Dave Whiteland <dave@mysociety.org> | 2015-01-15 16:02:58 +0000 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-01-22 10:26:08 +0000 |
commit | 317535aecc95f874244a04a8a4301b34293110cb (patch) | |
tree | 3427d8842ca6d1d9f4b90795a2f4130204fce6ba /docs/developers | |
parent | 7847bcfdb8cf39b5ace62ce5287d243532cde43b (diff) |
document 'upload public body' in admin guide, closes #2060
Diffstat (limited to 'docs/developers')
-rw-r--r-- | docs/developers/i18n.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/developers/i18n.md b/docs/developers/i18n.md index 24c0c31e0..b230d3127 100644 --- a/docs/developers/i18n.md +++ b/docs/developers/i18n.md @@ -6,8 +6,9 @@ title: Internationalisation (for devs) # Internationalisation in the code <p class="lead"> - This page describes some technical aspects of internationalising the - Alaveteli code. It's mostly aimed at devs who are working on the + This page describes some technical aspects of + <a href="{{ site.baseurl }}docs/glossary/#i18n" class="glossary__link">internationalising</a> + the Alaveteli code. It's mostly aimed at devs who are working on the codebase — if you just want to translate Alaveteli into your own language, see <a href="{{ site.baseurl }}docs/customising/translation">translating Alaveteli</a> |