Skip to content

Commit

Permalink
fix: resolve review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
clementb49 committed Oct 22, 2024
1 parent 2d1e6b7 commit f37b29d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branch_name:
type: string
description: "Branch name"
required: true
default: "master"
secrets:
CROWDIN_TOKEN:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update_localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: update translations from Crowdin
on:
schedule:
- cron: "0 13 * * 6"
workflow_dispatch:

permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ If you'd like to help translate the project into your language, you have two met
You can contribute translations using the Crowdin platform. You must have a Crowdin account to contribute.
Then visit the [BasiliskLLM Crowdin project](https://crowdin.com/project/basiliskllm) to get started.
If your language is not listed, please open an issue to request it.
To translate you can use the Crowdin web interface or the Crowdin CLI.
To translate, you can use the Crowdin web interface or the Crowdin CLI.

### using the `.pot` file

Expand Down

0 comments on commit f37b29d

Please sign in to comment.