diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c47ddf3f..7b9aa1cd 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -27,7 +27,7 @@ Initialize your development environment with: - ``uv sync --extra front --extra oidc --extra sqlite`` to have a minimal working development environment with SQLite backend support. This will allow you to run the tests with ``uv pytest --backend sql``. - ``uv sync --extra front --extra oidc --extra ldap`` to have a minimal working development environment with LDAP backend support. This will allow you to run the tests with ``uv pytest --backend ldap``. - ``uv sync --all-extras`` if you want to have everything at your fingertips. Note that it may compile some Python dependencies that would expect things to be installed on your system; -Some dependencies of Canaille might need to be compiled, so you probably want to check that `GCC` and `cargo` are available on your computer. + Some dependencies of Canaille might need to be compiled, so you probably want to check that `GCC` and `cargo` are available on your computer. After having launched the demo you have access to several services: diff --git a/doc/locales/doc.pot b/doc/locales/doc.pot index 33a8bd6d..50da2620 100644 --- a/doc/locales/doc.pot +++ b/doc/locales/doc.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: canaille 0.0.56\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-11-29 00:30+0100\n" +"POT-Creation-Date: 2024-11-30 13:37+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1774,13 +1774,8 @@ msgid "``uv sync --extra front --extra oidc --extra ldap`` to have a minimal wor msgstr "" #: ../../CONTRIBUTING.rst:29 -#: 45c310bb345740648d6f7fe00c190191 -msgid "``uv sync --all-extras`` if you want to have everything at your fingertips. Note that it may compile some Python dependencies that would expect things to be installed on your system;" -msgstr "" - -#: ../../CONTRIBUTING.rst:30 -#: 184edc3e6ce942af9c0c653d38b3be67 -msgid "Some dependencies of Canaille might need to be compiled, so you probably want to check that `GCC` and `cargo` are available on your computer." +#: 56b8780399064aec89d3099841d1b017 +msgid "``uv sync --all-extras`` if you want to have everything at your fingertips. Note that it may compile some Python dependencies that would expect things to be installed on your system; Some dependencies of Canaille might need to be compiled, so you probably want to check that `GCC` and `cargo` are available on your computer." msgstr "" #: ../../CONTRIBUTING.rst:32 @@ -2057,7 +2052,7 @@ msgstr "" #: readme.rst:1 #: 2e38a895387e4821a3f61eccb03496a4 #: 7abe83f2eeb54b3f9f3d1a8542696765 -msgid "Documentation translation Translations are done with `Weblate `_." +msgid "Documentation translation Translations are done with `Weblate `_." msgstr "" #: readme.rst:4 diff --git a/doc/locales/readme.rst b/doc/locales/readme.rst index ddfffea5..208a8eaa 100644 --- a/doc/locales/readme.rst +++ b/doc/locales/readme.rst @@ -1,5 +1,5 @@ Documentation translation -Translations are done with `Weblate `_. +Translations are done with `Weblate `_. The following commands are there as documentation, only the message extraction and the language addition is needed for contributors.