mirror of
https://github.com/getzola/zola
synced 2025-03-04 15:07:11 +00:00
The access to translations is not straightforward and requires checks if language and key exists. It is better to forbit direct access to attribute and provide method - `get_translation()` - that will handle all details of key translations. Remove unit tests that use direct access and test only public method. |
||
---|---|---|
.. | ||
config | ||
errors | ||
front_matter | ||
imageproc | ||
library | ||
link_checker | ||
rebuild | ||
rendering | ||
search | ||
site | ||
templates | ||
utils |