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

@ -213,7 +213,7 @@
to show we do not mean the software is gratis. Source: https://www.gnu.org/philosophy/free-sw.html
* the url can be changed to link to the localized version of the license.
-->
<string name="about_project_site">Projenin internet sitesi:
<string name="about_project_site">Projenin internet sitesi:
\n https://tusky.app</string>
<string name="about_bug_feature_request_site">&amp; özellik istekleri hata raporları:
\n https://github.com/tuskyapp/Tusky/issues</string>
@ -470,7 +470,6 @@
<string name="action_mute_conversation">Sohbeti sessize al</string>
<string name="pref_main_nav_position">Ana gezinti konumu</string>
<string name="pref_title_gradient_for_media">Gizli medya için renkli gradyanlar göster</string>
<string name="error_failed_set_caption">Başlık ayarlanamadı</string>
<string name="warning_scheduling_interval">Mastodon\'un minimum 5 dakikalık zamanlama aralığı vardır.</string>
<string name="pref_title_hide_top_toolbar">Üst araç çubuğunun başlığını gizle</string>
<string name="action_delete_conversation">Konuşmayı sil</string>
@ -542,7 +541,6 @@
<string name="wellbeing_hide_stats_profile">Profillerdeki niceliksel istatistikleri gizle</string>
<string name="tusky_compose_post_quicksetting_label">Gönderi Oluştur</string>
<string name="saving_draft">Taslağı kaydediyor…</string>
<string name="error_failed_set_focus">Odak noktası ayarlanamadı</string>
<string name="action_set_focus">Odak noktasını ayarla</string>
<string name="action_edit_image">Görseli düzenle</string>
<string name="account_date_joined">%1$s katıldı</string>
@ -592,4 +590,4 @@
<string name="error_status_source_load">Sunucudan kaynak durumu yüklenemedi.</string>
<string name="pref_title_http_proxy_port_message">Bağlantı noktası %d ile %d arasında olmalıdır</string>
<string name="post_media_alt">Alternatif metin</string>
</resources>
</resources>