Skip to content

Commit

Permalink
Translate index.md to Turkish (huggingface#27093)
Browse files Browse the repository at this point in the history
* Add index.md for tukish language

* Fix index.md (huggingface#27088)

* Add 'tr' to additional files

* Update docs/source/tr/_toctree.yml

Co-authored-by: Steven Liu <[email protected]>

* Update index.md

---------

Co-authored-by: Mert Yanık <[email protected]>
Co-authored-by: Steven Liu <[email protected]>
  • Loading branch information
3 people authored Nov 8, 2023
1 parent f16ff0f commit eb30a49
Show file tree
Hide file tree
Showing 4 changed files with 301 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
commit_sha: ${{ github.sha }}
package: transformers
notebook_folder: transformers_doc
languages: de en es fr hi it ko pt zh ja te
languages: de en es fr hi it ko pt tr zh ja te
secrets:
token: ${{ secrets.HUGGINGFACE_PUSH }}
hf_token: ${{ secrets.HF_DOC_BUILD_PUSH }}
2 changes: 1 addition & 1 deletion .github/workflows/build_pr_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
package: transformers
languages: de en es fr hi it ko pt zh ja te
languages: de en es fr hi it ko pt tr zh ja te
4 changes: 4 additions & 0 deletions docs/source/tr/_toctree.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- sections:
- local: index
title: 🤗 Transformers
title: Get started
Loading

0 comments on commit eb30a49

Please sign in to comment.