zola/components
Zdenek Crha 096fefe7ed Remove pub visibility from Config::translations hash (#796)
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.
2019-09-04 20:30:32 +02:00
..
config Remove pub visibility from Config::translations hash (#796) 2019-09-04 20:30:32 +02:00
errors Use fixed version for syntect 2019-08-12 22:48:39 +02:00
front_matter Add --drafts flag + rustfmt 2019-08-24 22:23:08 +02:00
imageproc Add --drafts flag + rustfmt 2019-08-24 22:23:08 +02:00
library Fix the issue of generating the search index for multiple language (#794) 2019-09-03 16:50:23 +02:00
link_checker rustfmt 2018-10-31 08:18:57 +01:00
rebuild Fix the issue when checking the changes for multiple language section index file (#787) 2019-08-30 15:44:57 +02:00
rendering Add --drafts flag + rustfmt 2019-08-24 22:23:08 +02:00
search Fix the issue of generating the search index for multiple language (#794) 2019-09-03 16:50:23 +02:00
site Fix the issue of generating the search index for multiple language (#794) 2019-09-03 16:50:23 +02:00
templates Fix crash of trans() function called on absent translation key (#793) 2019-09-03 10:51:41 +02:00
utils Fix clippy warnings (#744) 2019-07-12 22:54:18 +02:00