Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update c-api/import.po
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
santiagopuerta and cmaureir authored Oct 31, 2022
commit a9c39e3a4a515096c512b18a6cb6d8857eecd006
4 changes: 2 additions & 2 deletions c-api/import.po
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ msgid ""
"could play tricks with this to provide a dynamically created collection of "
"frozen modules."
msgstr ""
"Este puntero se inicializa para apuntar a un array de registros :c:type:"
"`struct _frozen`, terminado por uno cuyos registros son todos ``NULL`` o "
"Este puntero se inicializa para apuntar a un arreglo de registros :c:struct:"
"`_frozen`, terminado por uno cuyos registros son todos ``NULL`` o "
"cero. Cuando se importa un módulo congelado, se busca en esta tabla. El "
"código de terceros podría jugar con esto para proporcionar una colección de "
"módulos congelados creada dinámicamente."
Expand Down