Skip to content

Commit

Permalink
Translate index.mdx (to ES) and add Spanish models to quicktour.mdx e…
Browse files Browse the repository at this point in the history
…xamples (huggingface#16685)

* Change nits in Spanish for quicktour.mdx

- Add tasks names in English too.
- Fix small nits in Spanish

* Translate index.mdx to Spanish

* Translate body of index.
* Translated the compatible models list (not the papers´ names). Since this should not be updated manually, I can come back to the original text.

* Add models and a  dataset for Spanish in the code exmaples

* Replaced the English models to Spanish versions.

* Add index to _toctree.yml and fix Spanish

* Fix double ““ error

* Change negative example in ASR example

* make style

* Debug style in quicktour.mdx
  • Loading branch information
omarespejel authored and Narsil committed May 12, 2022
1 parent e9319a5 commit 1ac5fef
Show file tree
Hide file tree
Showing 4 changed files with 319 additions and 49 deletions.
2 changes: 1 addition & 1 deletion docs/source/es/_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
black_avoid_patterns = {
"{processor_class}": "FakeProcessorClass",
"{model_class}": "FakeModelClass",
"{object_class}": "FakeObjectClass",
"{object_class}": "FakeObjectClass",
}
6 changes: 4 additions & 2 deletions docs/source/es/_toctree.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
- sections:
- sections:
- local: index
title: 🤗 Transformers
- local: quicktour
title: Quick tour
title: Tour rápido
- local: installation
title: Instalación
title: Empezar
Expand Down

0 comments on commit 1ac5fef

Please sign in to comment.