This is currently not supported, but you can implement something like
this manually.
1. Put your translations in CATEGORY_TITLES.
2. Add the translations dictionary to GLOBAL_CONTEXT (eg. name it
'translated_categories')
3. When displaying tags on the post page (and in other places where
you need the translation visible), instead of displaying the tag name
directly, use translated_categories[category]
This feature could also be implemented in nikola/plugins/task/tags.py,
with a different implementation of get_classification_friendly_name.
We could take a PR to make tags and categories translatable using this
method and conf.py.
(Note that this does not affect the URLs, that would require much more work.)
--
Chris Warrick <
https://chriswarrick.com/>
PGP: 5EAAEA16