zola/components/config/src
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.rs Remove pub visibility from Config::translations hash (#796) 2019-09-04 20:30:32 +02:00
highlighting.rs rustfmt 2018-10-31 08:18:57 +01:00
lib.rs Remove error-chain 2019-01-17 14:31:47 +01:00
theme.rs Remove error-chain 2019-01-17 14:31:47 +01:00