mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
English and French locales must be installed
Clarifies our Contributing docs to ensure these two locales are present, since they are required when updating functional test output.
This commit is contained in:
parent
e4532eb8e0
commit
cff4db6e7c
1 changed files with 2 additions and 1 deletions
|
|
@ -76,7 +76,8 @@ mentioning that "some generated files differ from the expected functional tests
|
|||
output." If you have made changes that affect the HTML output generated by
|
||||
Pelican, and the changes to that output are expected and deemed correct given
|
||||
the nature of your changes, then you should update the output used by the
|
||||
functional tests. To do so, you can use the following two commands::
|
||||
functional tests. To do so, **make sure you have both ``en_EN.utf8`` and
|
||||
``fr_FR.utf8`` locales installed**, and then run the following two commands::
|
||||
|
||||
$ LC_ALL=en_US.utf8 pelican -o pelican/tests/output/custom/ \
|
||||
-s samples/pelican.conf.py samples/content/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue