From 5e06276d31297673bbbfe0f4b174fb5c5b079bae Mon Sep 17 00:00:00 2001 From: Fabian Koller Date: Sat, 9 Jan 2021 11:27:35 +0100 Subject: [PATCH] Add gettext to Bare Metal Route dependencies In theory, this package is optional since not everybody wants to compile translations. Without other changes to step 5. (i.e. making it explicit that `python3 manage.py compilemessages` is not mandatory), not installing `gettext` results in an error when blindly copy-pasting the steps. --- docs/setup.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/setup.rst b/docs/setup.rst index ddd246b16..e88524b08 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -229,6 +229,7 @@ writing. Windows is not and will never be supported. * ``python3-pip``, optionally ``pipenv`` for package installation * ``python3-dev`` + * ``gettext`` for compiling interface translations * ``fonts-liberation`` for generating thumbnails for plain text files * ``imagemagick`` >= 6 for PDF conversion * ``optipng`` for optimizing thumbnails