Skip to content

Commit 9c83714

Browse files
committed
Dejar solo es_ES como diccionario
Actualmente 'make spell' verifica todo localmente utilizando solo el diccionario es_ES, pero en la configuración de travis, estamos usando también es_AR. Para tener consistencia, sugiero que sería mejor dejar solo es_ES por defecto en ambos lados y aceptar las variaciones del lenguaje para cada pais mediante los diccionarios de cada archivo.
1 parent a6a4f62 commit 9c83714

8 files changed

+27
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install:
1111
script:
1212
- powrap --check --quiet **/*.po
1313
- awk 1 dict dictionaries/*.txt > dict.txt
14-
- pospell -p dict.txt -l es_AR -l es_ES **/*.po
14+
- pospell -p dict.txt -l es_ES **/*.po
1515
- pip install -q -r requirements.txt
1616
- PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html
1717
branches:

dictionaries/faq_extending.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
testear

dictionaries/library_logging_handlers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ serializado
33
serializada
44
deserializar
55
datagrama
6+
descripto

dictionaries/library_string.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
descriptas

dictionaries/tutorial_classes.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sorpresivo
2+
necesitás
3+
Notá
4+
Hacé
5+
Debés
6+
Observá
7+
Fijate
8+
llamás
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Considerá
2+
usás
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ingresás
2+
Frená
3+
recordá
4+
esperás
5+
mostrás
6+
redondeás
7+
probá

dictionaries/tutorial_inputoutput.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Mirá
2+
mirá
3+
querés
4+
tenés
5+
Asegurate
6+
consultá

0 commit comments

Comments
 (0)