-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4034eb7
commit 7035366
Showing
1 changed file
with
10 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,11 @@ | ||
name: "generate-readme-localed-files" | ||
description: "Generates localised readme files for your git" | ||
author: "mrf0rtuna4" | ||
color: orange | ||
icon: bar-chart | ||
inputs: | ||
langs: | ||
description: "Comma-separated list of languages to generate" | ||
required: true | ||
github_token: | ||
description: "GitHub token for authentication" | ||
required: true | ||
name: generate locale | ||
description: Generates localised readme files for your git | ||
author: mrf0rtuna4 | ||
runs: | ||
using: "python" | ||
main: "core/translator.py" | ||
using: 'docker' | ||
image: 'docker://python:3.8' | ||
entrypoint: /bin/sh -c | ||
args: | ||
- | | ||
pip install -r requirements.txt | ||
python -m core.translator |