-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Merge finalized release/19.8 #18612
Merge finalized release/19.8 #18612
Conversation
Generated by 🚫 dangerJS |
@@ -1 +0,0 @@ | |||
WordPress - Constructor web |
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.
My guess is this was deleted because of another case of 429 Too Many Requests
on es-MX
, and gp_downloadmetadata
treating any error without distinction as "no translation", hence this quite silent deletion during fastlane finalize_release
.
See PR description for details.
@@ -1 +0,0 @@ | |||
Diseña un sitio, crea un blog |
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.
See PR description for guess at why that was deleted.
@@ -1 +0,0 @@ | |||
bloguero,escritura,bloguear,web,creador,online,tienda,negocio,construir,crear,escribir,blogs |
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.
See PR description for guess at why that was deleted.
Crea y gestiona tu web o blog WordPress directamente desde tu dispositivo iOS: crea y edita cualquier entrada o página, sube tus fotos y videos favoritos, accede a las estadísticas o responde a los comentarios fácilmente. | ||
|
||
Con WordPress para iOS, podrás publicar todo tu contenido desde la palma de tu mano. Escribe desde tu sofá el borrador de ese haiku que no te quitas de la cabeza. Sube y comparte en un momento esa increíble foto que hiciste durante el descanso en el trabajo. Responde a los últimos comentarios que te hayan dejado o descubre a qué nuevos países ha llegado hoy tu contenido echándole un vistazo a la sección de estadísticas. | ||
|
||
WordPress para iOS es un proyecto de código abierto, lo que significa que tú también puedes participar en su desarrollo. Descubre más información en https://apps.wordpress.com/contribute/. | ||
|
||
WordPress para iOS es compatible con sitios de WordPress.com y sitios de WordPress.org autoalojados que tengan WordPress 4.0 o superior. | ||
|
||
¿Necesitas ayuda con la aplicación? Entra en el foro de ayuda https://ios.forums.wordpress.org/ o déjanos un tweet en @WordPressiOS. | ||
|
||
Mira el aviso de privacidad para usuarios de California en https://automattic.com/privacy/#california-consumer-privacy-act-ccpa. | ||
|
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.
See PR description for guess at why that was deleted.
You can test the changes in Jetpack from this Pull Request by:
|
You can test the changes in WordPress from this Pull Request by:
|
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.
Thank you for looking over this @AliSoftware 👍
+1 on the es-MX
compromise. Our "tight" release cadence lets us swallow those kind of things because they won't be around for long anyway.
release_notes.txt
updates — though most of them came in during the last beta merged yesterday.strings
updates — though most of them came in during the last beta merged yesterday.xcconfig
fileDiffs from the PRs that landed on the release branch since the last beta— NoneYou'll notice that the localized metadata for
es-MX
was deleted.Indeed, when I ran `fastlane finalize_release`, this was in the logs
I'm not sure what happened here, because if I look in GlotPress, the translations for those are present, so no sure why the logs said "No translation available for es-MX" after all.
My best guess is that we encountered the "429 Too Many Requests" error from GlotPress again, except on
gp_downloadmetadata
this time; and likely ourgp_downloadmetadata
action just prints a generic"no translation available for …"
message for anything other than200 OK
regardless of the actual error status code (likely429
here)By the time I realized that (i.e. when I submitted the App for review and when I opened this PR) it was already too late, and also I'm wayyyy past EOD already, so I figured I'd leave it that way for this cycle — which means
es-MX
will have the app title in English in AppStore for a sprint and it will be back to Mexican Spanish translation next sprint. 🤷