Always publish image alt text

Previous code would discard the image alt-text if the user finished writing the text before the image had finished uploading.

This code ensures the text is set after the image has completed uploading.
This commit is contained in:
UlrichKu 2023-04-24 11:48:40 +02:00 committed by GitHub
commit 24d7ef7ccb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
53 changed files with 209 additions and 288 deletions

View file

@ -225,7 +225,6 @@
<string name="action_lists">Listas</string>
<string name="title_lists">Listas</string>
<string name="compose_active_account_description">Publicar coma %1$s</string>
<string name="error_failed_set_caption">Fracàs en apondre una legenda</string>
<string name="action_set_caption">Apondre una legenda</string>
<string name="action_remove">Levar</string>
<string name="lock_account_label">Clavar lo compte</string>
@ -565,7 +564,6 @@
<string name="report_category_other">Autre</string>
<string name="failed_to_add_to_list">Fracàs de lapondon del compte a la lista</string>
<string name="failed_to_remove_from_list">Fracàs de la supression del compte de la lista</string>
<string name="error_failed_set_focus">Fracàs de la definicion del punt focal</string>
<string name="notification_sign_up_description">Notificacions quand qualquun crèa un compte novèl</string>
<string name="notification_report_description">Notificacions a prepaus dels senhalament a la moderacion</string>
<string name="notification_update_description">Notificacions quand una publicacion ont avètz reagit es modificada</string>
@ -658,4 +656,5 @@
<string name="label_filter_keywords">Mots clau o frasas de filtrar</string>
<string name="hint_description">Descripcion</string>
<string name="post_media_image">Imatge</string>
</resources>
</resources>