Skip to content

Commit

Permalink
Freeze strings for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
spencertransier committed Feb 6, 2024
1 parent 1e2fd13 commit ea5b49c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fastlane/resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2241,9 +2241,9 @@
<string name="reader_empty_subscribed_tags_subtitle">Add tags here to find posts about your favorite topics</string>
<string name="reader_no_followed_tags_title">No subscribed tags</string>
<string name="reader_no_recommended_blogs_title">No recommended blogs</string>
<string name="reader_no_followed_blogs_title" translatable="false">@string/reader_filter_empty_blogs_list_title</string>
<string name="reader_no_followed_blogs_title">@string/reader_filter_empty_blogs_list_title</string>
<string name="reader_no_followed_blogs_search_title">No blogs matching your search</string>
<string name="reader_no_followed_blogs_description" translatable="false">@string/reader_filter_empty_blogs_list_text</string>
<string name="reader_no_followed_blogs_description">@string/reader_filter_empty_blogs_list_text</string>
<string name="reader_no_followed_blogs_description_subs">Subscribe to blogs in Discover or search for a blog that you like already.</string>
<string name="reader_empty_followed_blogs_no_recent_posts_title">No recent posts</string>
<string name="reader_empty_followed_blogs_subscribed_no_recent_posts_description">The blogs you\'re subscribed to haven\'t posted anything recently</string>
Expand Down Expand Up @@ -3287,7 +3287,7 @@
<string name="quick_start_dialog_enable_sharing_title" tools:ignore="UnusedResources">Enable post sharing</string>
<string name="quick_start_dialog_follow_sites_message" translatable="false">@string/quick_start_list_follow_site_subtitle</string>
<string name="quick_start_dialog_follow_sites_message_short_reader" tools:ignore="UnusedResources">Select %1$s Reader %2$s to find other sites.</string>
<string name="quick_start_dialog_follow_sites_message_short_discover_and_settings">Use &lt;b&gt; Discover &lt;/b&gt; to find sites and tags. Try selecting %1$s Settings %2$s to add topics you like.</string>
<string name="quick_start_dialog_follow_sites_message_short_discover_and_subscriptions">Use &lt;b&gt;Discover&lt;/b&gt; to find sites and tags. Try selecting &lt;b&gt;Subscriptions&lt;/b&gt; to view subscribed content and manage your subscriptions.</string>
<string name="quick_start_dialog_follow_sites_message_short_discover">Use &lt;b&gt; Discover &lt;/b&gt; to find sites and tags.</string>
<string name="quick_start_dialog_upload_media_message_short_plus" tools:ignore="UnusedResources">Select %1$s plus %2$s to upload media. You can add it to your posts/ pages from any device.</string>
<string name="quick_start_dialog_follow_sites_title">Connect with other sites</string>
Expand Down

0 comments on commit ea5b49c

Please sign in to comment.