mirror of
https://github.com/go-task/task.git
synced 2026-06-27 06:34:18 +00:00
CHANGELOG entry + Small adjustments to #1058
This commit is contained in:
@@ -28,8 +28,12 @@ tasks:
|
||||
preview:
|
||||
desc: Preview Website
|
||||
deps: [build]
|
||||
aliases: [serve]
|
||||
vars:
|
||||
HOST: '{{default "localhost" .HOST}}'
|
||||
PORT: '{{default "3001" .PORT}}'
|
||||
cmds:
|
||||
- npx docusaurus serve
|
||||
- npx docusaurus serve --no-open --host={{.HOST}} --port={{.PORT}}
|
||||
|
||||
clean:
|
||||
desc: Clean temp directories
|
||||
|
||||
21
docs/docs/translate.md
Normal file
21
docs/docs/translate.md
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
slug: /translate/
|
||||
sidebar_position: 13
|
||||
---
|
||||
|
||||
# Translate
|
||||
|
||||
Want to help us translate this documentation? In this document we explain how.
|
||||
|
||||
Do NOT edit translated markdown files directly on the GitHub repository!
|
||||
We use [Crowdin][crowdin] to allow contributors on work on translations.
|
||||
The repository is periodically updated with progress from Crowdin.
|
||||
|
||||
If you want to have access to the Crowdin project to be able to suggest
|
||||
translations, please ask for access on the
|
||||
[#translations channel on our Discord server][discord].
|
||||
If a given language is not being shown to Crowdin yet, just ask and we can
|
||||
configure it.
|
||||
|
||||
[crowdin]: https://crowdin.com/project/taskfile
|
||||
[discord]: https://discord.gg/6TY36E39UK
|
||||
@@ -110,13 +110,13 @@ const config = {
|
||||
},
|
||||
{
|
||||
type: 'localeDropdown',
|
||||
position: 'left'
|
||||
// dropdownItemsAfter: [
|
||||
// {
|
||||
// to: '/',
|
||||
// label: 'Help Us Translate ❤'
|
||||
// }
|
||||
// ]
|
||||
position: 'left',
|
||||
dropdownItemsAfter: [
|
||||
{
|
||||
to: '/translate/',
|
||||
label: 'Help Us Translate'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
href: GITHUB_URL,
|
||||
|
||||
Reference in New Issue
Block a user