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

@ -234,7 +234,6 @@
<string name="action_lists">Rhestrau</string>
<string name="title_lists">Rhestrau</string>
<string name="compose_active_account_description">Yn postio fel %1$s</string>
<string name="error_failed_set_caption">Methu gosod pennawd</string>
<string name="action_set_caption">Gosod pennawd</string>
<string name="action_remove">Dileu</string>
<string name="lock_account_label">Cloi cyfrif</string>
@ -546,7 +545,6 @@
<string name="set_focus_description">Tapiwch neu lusgo\'r cylch i ddewis y canolbwynt a fydd bob amser yn weladwy mewn lluniau bach.</string>
<string name="description_poll">Pôl gyda dewisiadau: %1$s, %2$s, %3$s, %4$s; %5$s</string>
<string name="list">Rhestr</string>
<string name="error_failed_set_focus">Wedi methu gosod pwynt ffocws</string>
<string name="action_set_focus">Gosod pwynt ffocws</string>
<string name="status_created_at_now">nawr</string>
<string name="error_delete_list">Methu dileu\'r rhestr</string>
@ -711,4 +709,4 @@
<string name="filter_keyword_addition_title">Ychwanegu allweddair</string>
<string name="filter_edit_keyword_title">Golygu allweddair</string>
<string name="filter_description_format">%s: %s</string>
</resources>
</resources>