zola/components/config
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
..
examples rustfmt 2018-10-31 08:18:57 +01:00
src Remove pub visibility from Config::translations hash (#796) 2019-09-04 20:30:32 +02:00
Cargo.toml Use fixed version for syntect 2019-08-12 22:48:39 +02:00