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,73 +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/git.md:1
|
||||
msgid "Git workflow"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:3
|
||||
msgid "Funkwhale uses GitLab's merge requests to manage changes. The workflow looks like this:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:5
|
||||
msgid "Assign the issue you are working on to yourself, or create one if it doesn't exist"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:6
|
||||
msgid "Create a fork of the project"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:7
|
||||
msgid "Check out the `develop` branch. If you're making a minor change (such as fixing a typo) you can check out the `stable` branch"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:8
|
||||
msgid "Create a new branch based on the checked out branch. Make sure to give your branch a meaningful name and include the issue number if required"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:9
|
||||
msgid "Work on your changes locally. Try to keep each commit small to make reviews easier"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:10
|
||||
msgid "Add a changelog fragment summarizing your changes"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:11
|
||||
msgid "Lint the codebase using the following command:"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:0
|
||||
msgid "API code"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:0
|
||||
msgid "Frontend code"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:34
|
||||
msgid "Push your branch"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:35
|
||||
msgid "Create a merge request in the GitLab frontend"
|
||||
msgstr ""
|
||||
|
||||
#: ../../developer_documentation/workflows/git.md:36
|
||||
msgid "We'll review your request and feed back"
|
||||
msgstr ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue