chore(docs): rename pot files
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2353>
This commit is contained in:
parent
61a86a140b
commit
d9fbc591e1
166 changed files with 0 additions and 0 deletions
|
|
@ -1,49 +0,0 @@
|
|||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) 2023, The Funkwhale Collective
|
||||
# This file is distributed under the same license as the funkwhale package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: funkwhale 1.3.0-rc3\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2023-03-01 14:05+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: ../../developer_documentation/workflows/pre-commit.md:1
|
||||
msgid "Pre-commit"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/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_documentation/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_documentation/workflows/pre-commit.md:7
|
||||
msgid "The workflow looks like this:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/pre-commit.md:9
|
||||
msgid "Install `pre-commit`."
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/pre-commit.md:10
|
||||
msgid "After cloning the repository, setup the pre-commit git hooks:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/pre-commit.md:19
|
||||
msgid "Make your changes and commit them."
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/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 ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue