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
|
|
@ -144,12 +144,12 @@
|
|||
<string name="label_header">헤더</string>
|
||||
<string name="link_whats_an_instance">인스턴스가 무엇인가요\?</string>
|
||||
<string name="login_connection">연결 중...</string>
|
||||
<string name="dialog_whats_an_instance">인스턴스의 도메인 주소나 IP주소를 입력하실 수 있습니다. mastodon.social, icosahedron.website, social.tchncs.de 등이 있으며, 그 외에도 <a href="https://instances.social">더 많은 인스턴스</a>가 당신을 기다리고 있습니다!
|
||||
<string name="dialog_whats_an_instance">인스턴스의 도메인 주소나 IP주소를 입력하실 수 있습니다. mastodon.social, icosahedron.website, social.tchncs.de 등이 있으며, 그 외에도 <a href="https://instances.social">더 많은 인스턴스</a>가 당신을 기다리고 있습니다!
|
||||
\n
|
||||
\n만약 계정이 없으시다면, 인스턴스 주소를 입력하신 후에 계정을 만드실 수 있습니다.
|
||||
\n
|
||||
\n여러분이 어느 인스턴스에 가입하시더라도, 다른 인스턴스에 있는 유저들과 문제 없이 소통하실 수 있습니다.
|
||||
\n
|
||||
\n만약 계정이 없으시다면, 인스턴스 주소를 입력하신 후에 계정을 만드실 수 있습니다.
|
||||
\n
|
||||
\n여러분이 어느 인스턴스에 가입하시더라도, 다른 인스턴스에 있는 유저들과 문제 없이 소통하실 수 있습니다.
|
||||
\n
|
||||
\n자세한 사항은 <a href="https://joinmastodon.org">joinmastodon.org</a>을 참조하세요. </string>
|
||||
<string name="dialog_title_finishing_media_upload">미디어 업로드 완료</string>
|
||||
<string name="dialog_message_uploading_media">업로드 중...</string>
|
||||
|
|
@ -291,7 +291,6 @@
|
|||
<string name="action_add_to_list">리스트에 계정 추가</string>
|
||||
<string name="action_remove_from_list">리스트에서 계정 삭제</string>
|
||||
<string name="compose_active_account_description">%1$s로서 포스팅</string>
|
||||
<string name="error_failed_set_caption">미디어에 대한 설명을 추가할 수 없습니다</string>
|
||||
<plurals name="hint_describe_for_visually_impaired">
|
||||
<item quantity="other">시각 장애인을 위한 설명
|
||||
\n(%d글자 작성 가능)</item>
|
||||
|
|
@ -425,4 +424,4 @@
|
|||
<string name="action_edit">수정</string>
|
||||
<string name="hashtags">해시태그</string>
|
||||
<string name="notification_follow_request_name">팔로우 요청</string>
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue