- Notifications
You must be signed in to change notification settings - Fork395
Translate c-api/exceptions.po file#1578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Translate c-api/exceptions.po file#1578
Uh oh!
There was an error while loading.Please reload this page.
Conversation
manudefrutosvila commentedOct 28, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
206ce7f
to8fcf1aa
Compare@@ -775,6 +772,11 @@ msgid "" | |||
"if so, invokes the corresponding signal handler. If the :mod:`signal` " | |||
"module is supported, this can invoke a signal handler written in Python." | |||
msgstr "" | |||
"Si la función se llama desde el hilo principal y bajo el intérprete " | |||
"principal de Python, verifica si se ha enviado una señal a los procesos y, " | |||
"de ser así, invoca el manejador de señales correspondiente. Si el módulo :" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
he probado juntar
:mod:`signal`
pero powrap se queja y lo separa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
no hay ningún problema con eso, al igual que en python:
a = ("ho" "la")# será "hola"
Uh oh!
There was an error while loading.Please reload this page.
Puedes ver el error de pospell, haciendo click en 'Details' y mirando el mensaje.
Esas palabras, es porque parece que no tienes un diccionario español instalado con hunspell. |
8fcf1aa
toab943d7
Comparemanudefrutosvila commentedOct 28, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Donde te refieres hacer click en 'Details' ? uso pospell desde la terminal, no veo nada más que eso
instalé hunspell también y agregué los diccionarios es_ES y es_AR de libreoffice Gracias!! |
Ahh 'Details' te refieres para ver en la CI, no? |
En Poedit me salieron unas marcas de textos ya traducidos como "Pendientes de revisión" que creo que las marqué como revisadas, y creo que por eso hay textos que no he traducido yo que sale el warning. Voy a revisarlos |
93c6efa
toea22f91
Compareea22f91
tob75e523
CompareAhora parece que sí 🎉 |
Muchas gracias@manudefrutosvila |
* Translate c-api/exceptions.po file* Fix the messages marked as fuzzy in the c-api/exceptions.po file
Itcloses#1531