10000 Translation for library/email.mime by sofide · Pull Request #2214 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Translation for library/email.mime #2214

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 13 commits into from
Nov 26, 2022
Prev Previous commit
Next Next commit
remove * in formats
Co-authored-by: Cristián Maureira-Fredes <cmaureir@users.noreply.github.com>
  • Loading branch information
sofide and cmaureir authored Nov 26, 2022
commit b556c8ca304e8bae5fb7d940da87744a2a07cbcb
2 changes: 1 addition & 1 deletion library/email.mime.po
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ msgstr ""
"clase :class:`MIMEAudio` se utiliza para crear objetos de mensaje MIME de "
"tipo principal :mimetype:`audio`. *_audiodata* es una cadena de caracteres "
"que contiene los datos de audio sin procesar. Si estos datos pueden ser "
"decodificados como *au*, *wav*, *aiff*, or *aifc*, entonces el subtipo se "
"decodificados como au, wav, aiff, or aifc, entonces el subtipo se "
"incluirá automáticamente en el encabezado :mailheader:`Content-Type`. De lo "
"contrario, puede especificar explícitamente el subtipo de audio mediante el "
"argumento *_subtype*. Si no se pudo adivinar el tipo secundario y no se ha "
Expand Down
0