8000 Arregla faq/gui.po by rtobar · Pull Request #3361 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Arregla faq/gui.po #3361

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

Merged
merged 1 commit into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Arregla faq/gui.po
Al revisar #3357 la nueva interfaz de GitHub no mostró el botón para
aceptar y ejecutar los cambios en CI, pero al mismo tiempo todos los
chequeos aparecían en verde, dando la sensación de que estaba todo bien.
Hice el merge, pero había problemas, que este commit arregla.

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Jan 27, 2025
commit 2c9b8fe819e763c0ba95b6f9922c4ec8435cc073
1 change: 1 addition & 0 deletions dictionaries/faq_gui.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cx
2 changes: 1 addition & 1 deletion faq/gui.po
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ msgid ""
msgstr ""
"En plataformas que no sean Windows, sí, ¡y ni siquiera necesitas hilos! Pero "
"tendrá que reestructurar un poco su código de entrada/salida. Tk tiene un "
"equivalente de la llamada :c:func:`XtAddInput` de Xt, que permite registrar "
"equivalente de la llamada :c:func:`!XtAddInput` de Xt, que permite registrar "
"una función de retorno que será llamada desde el bucle principal de Tk "
"cuando sea posible entrada/salida en un descriptor de archivo. Ver :ref:"
"`tkinter-file-handlers`."
Expand Down
0