-
Notifications
You must be signed in to change notification settings - Fork 396
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Translate c-api/exceptions.po file #1578
Conversation
206ce7f
to
8fcf1aa
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"
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
to
ab943d7
Compare
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
to
ea22f91
Compare
ea22f91
to
b75e523
Compare
Ahora 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
It closes #1531