# SOME DESCRIPTIVE TITLE. # Copyright (C) 2023, The Funkwhale Collective # This file is distributed under the same license as the funkwhale package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: funkwhale 1.2.10\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-03-24 18:14+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../developer/workflows/pre-commit.md:1 msgid "Pre-commit" msgstr "" #: ../../developer/workflows/pre-commit.md:3 msgid "Funkwhale uses [pre-commit](https://pre-commit.com/) to ensure that the files you commit are properly formatted, follow best practice, and don't contain syntax or spelling errors." msgstr "" #: ../../developer/workflows/pre-commit.md:5 msgid "You can install and setup pre-commit using the [quick-start guide on the pre-commit documentation](https://pre-commit.com/#quick-start). Make sure to install pre-commit and setup the git pre-commit hook so pre-commit runs before you commit any changes to the repository." msgstr "" #: ../../developer/workflows/pre-commit.md:7 msgid "The workflow looks like this:" msgstr "" #: ../../developer/workflows/pre-commit.md:9 msgid "Install `pre-commit`." msgstr "" #: ../../developer/workflows/pre-commit.md:10 msgid "After cloning the repository, setup the pre-commit git hooks:" msgstr "" #: ../../developer/workflows/pre-commit.md:19 msgid "Make your changes and commit them." msgstr "" #: ../../developer/workflows/pre-commit.md:20 msgid "If `pre-commit` fails to validate your changes, the commit process stops. Fix any reported errors and try again." msgstr ""