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:
parent
168be9223d
commit
24d7ef7ccb
53 changed files with 209 additions and 288 deletions
|
|
@ -285,7 +285,6 @@
|
|||
<string name="action_add_to_list">Přidat účet na seznam</string>
|
||||
<string name="action_remove_from_list">Odstranit účet ze seznamu</string>
|
||||
<string name="compose_active_account_description">Píšete jako %1$s</string>
|
||||
<string name="error_failed_set_caption">Nastavení popisku selhalo</string>
|
||||
<plurals name="hint_describe_for_visually_impaired">
|
||||
<item quantity="one">Popis pro zrakově postižené
|
||||
\n(limit %d znak)</item>
|
||||
|
|
@ -539,7 +538,6 @@
|
|||
<string name="drafts_post_reply_removed">Příspěvek, na který jste připravili odpověď, byl odstraněn</string>
|
||||
<string name="url_domain_notifier">%s (🔗 %s)</string>
|
||||
<string name="action_set_focus">Nastavit bod zaostření</string>
|
||||
<string name="error_failed_set_focus">Nepodařilo se nastavit zaostřovací bod</string>
|
||||
<string name="tips_push_notification_migration">Znovu se přihlaste ke všem účtům, abyste povolili podporu push oznámení.</string>
|
||||
<string name="dialog_push_notification_migration">Aby bylo možné používat push oznámení prostřednictvím UnifiedPush, Tusky potřebuje oprávnění k odběru oznámení na vašem serveru Mastodon. To vyžaduje opětovné přihlášení ke změně rozsahů OAuth udělených aplikaci Tusky. Použitím možnosti opětovného přihlášení zde nebo v předvolbách účtu zachováte všechny vaše místní koncepty a mezipaměť.</string>
|
||||
<string name="action_add_reaction">přidat reakci</string>
|
||||
|
|
@ -583,4 +581,4 @@
|
|||
<string name="dialog_delete_conversation_warning">Smazat tuto konverzaci\?</string>
|
||||
<string name="pref_title_notification_filter_follow_requests">Požádáno o sledování</string>
|
||||
<string name="pref_title_animate_custom_emojis">Animovat vlastní emotikony</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue