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

@ -207,7 +207,7 @@
<string name="description_account_locked">Låst konto</string>
<string name="about_title_activity">Om</string>
<string name="about_tusky_version">Tusky %s</string>
<string name="about_bug_feature_request_site">Rapporter feil og ønsker om funksjonalitet her:
<string name="about_bug_feature_request_site">Rapporter feil og ønsker om funksjonalitet her:
\n https://github.com/tuskyapp/Tusky/issues</string>
<string name="about_tusky_account">Tuskys Profil</string>
<string name="post_share_content">Del inneholdet i innlegget</string>
@ -254,11 +254,10 @@
<string name="notification_mention_name">Nye nevnelser</string>
<string name="notification_mention_descriptions">Varsler om nye nevnelser</string>
<string name="about_tusky_license">Tusky er fri og åpen kildekode. Applikasjonen er lisensiert under GNU General Public License versjon 3. Du kan se lisensen her: https://www.gnu.org/licenses/gpl-3.0.en.html</string>
<string name="about_project_site">Hjemmeside:
<string name="about_project_site">Hjemmeside:
\n https://tusky.app</string>
<string name="abbreviated_in_years">om %dy</string>
<string name="compose_active_account_description">Poster som %1$s</string>
<string name="error_failed_set_caption">Klarte ikke å sette bildetekst</string>
<plurals name="hint_describe_for_visually_impaired">
<item quantity="one">Beskriv for de med nedsatt synsevne
\n(maks %d tegn)</item>
@ -544,7 +543,6 @@
<string name="description_post_language">Innleggspråk</string>
<string name="url_domain_notifier">%s (🔗 %s)</string>
<string name="action_set_focus">Sett fokuspunkt</string>
<string name="error_failed_set_focus">Klarte ikke å sette fokuspunkt</string>
<string name="set_focus_description">Trykk eller dra sirkelen for å velge fokuspunktet som alltid skal være synlig i miniatyrbilder.</string>
<string name="pref_show_self_username_always">Alltid</string>
<string name="pref_show_self_username_disambiguate">Når flere konti er logget inn</string>
@ -579,4 +577,4 @@
<string name="report_category_other">Annet</string>
<string name="action_unfollow_hashtag_format">Slutte å følge #%s\?</string>
<string name="confirmation_hashtag_unfollowed">Sluttet å følge #%s</string>
</resources>
</resources>