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

@ -229,7 +229,6 @@
<string name="action_lists">Listy</string>
<string name="title_lists">Listy</string>
<string name="compose_active_account_description">Publikowanie jako %1$s</string>
<string name="error_failed_set_caption">Nie udało się ustawić podpisu</string>
<string name="action_set_caption">Ustaw podpis</string>
<string name="action_remove">Usuń</string>
<string name="lock_account_label">Zablokuj konto</string>
@ -336,13 +335,13 @@
<string name="action_add_to_list">Dodaj konto do listy</string>
<string name="action_remove_from_list">Usuń konto z listy</string>
<plurals name="hint_describe_for_visually_impaired">
<item quantity="one">Wprowadź opis dla niewidomych i niedowidzących
<item quantity="one">Wprowadź opis dla niewidomych i niedowidzących
\n(maksymalna długość: %d)</item>
<item quantity="few">Wprowadź opis dla niewidomych i niedowidzących
<item quantity="few">Wprowadź opis dla niewidomych i niedowidzących
\n(maksymalna długość: %d)</item>
<item quantity="many">Wprowadź opis dla niewidomych i niedowidzących
<item quantity="many">Wprowadź opis dla niewidomych i niedowidzących
\n(maksymalna długość: %d)</item>
<item quantity="other">Wprowadź opis dla niewidomych i niedowidzących
<item quantity="other">Wprowadź opis dla niewidomych i niedowidzących
\n(maksymalna długość: %d)</item>
</plurals>
<string name="caption_notoemoji">Aktualny zestaw emoji Google</string>
@ -587,7 +586,6 @@
<string name="pref_show_self_username_always">Zawsze</string>
<string name="pref_show_self_username_disambiguate">Gdy wiele kont jest zalogowanych</string>
<string name="status_created_at_now">teraz</string>
<string name="error_failed_set_focus">Nie udało się ustawić punktu centralnego</string>
<string name="action_add_reaction">dodaj reakcję</string>
<string name="notification_header_report_format">%s zgłosił/a %s</string>
<string name="confirmation_hashtag_unfollowed">Odobserwowano #%s</string>
@ -650,4 +648,4 @@
<string name="action_discard">Odrzuć zmiany</string>
<string name="action_share_account_username">Udostępnij nazwę użytkownika</string>
<string name="action_share_account_link">Udostępnij link do konta</string>
</resources>
</resources>