Skip to content

Commit c6fe02a

Browse files
authored
Merge pull request #173 from PyCampES/fix-fuzzy-controlflow.po
translate controlflow.po
2 parents 415f412 + c5b9496 commit c6fe02a

File tree

3 files changed

+113
-54
lines changed

3 files changed

+113
-54
lines changed

.pre-commit-config.yaml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
repos:
2-
- repo: https://github.com/humitos/powrap
3-
rev: pre-commit
2+
- repo: https://github.com/JulienPalard/powrap
3+
rev: master
44
hooks:
55
- id: powrap
6-
76
# This one requires package ``hunspell-es_es`` in Archlinux
87
- repo: https://github.com/humitos/pospell
98
rev: pre-commit
109
hooks:
1110
- id: pospell
1211
args: ['--personal-dict', 'dict', '--modified', '--language', 'es_ES', '--language', 'es_AR']
13-
1412
- repo: https://github.com/pre-commit/pre-commit-hooks
1513
rev: v2.5.0
1614
hooks:

dict

+2
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ ecualizadora
185185
else
186186
encriptada
187187
enrutamiento
188+
entendible
188189
enumerador
189190
env
190191
especificador
@@ -296,6 +297,7 @@ portabilidad
296297
portable
297298
posicional
298299
posicionales
300+
posicionalmente
299301
post
300302
posteriori
301303
precompilado

0 commit comments

Comments
 (0)