Skip to content

Commit

Permalink
Freeze strings for translation
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Aug 8, 2022
1 parent 083c31b commit 052440d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
3 changes: 3 additions & 0 deletions fastlane/jetpack_resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@

<!-- About button in Me -->
<string name="me_btn_about">About Jetpack</string>

<!-- My Site Initial Tab Default value -->
<string name="initial_screen_entry_value_default_key" translatable="false">@string/initial_screen_entry_value_home</string>
</resources>
11 changes: 4 additions & 7 deletions fastlane/resources/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1376,10 +1376,6 @@

<!-- Stats Revamp v2 Feature Introduction -->
<string name="stats_revamp_v2_intro_header_title">Insights update</string>
<string name="stats_revamp_v2_intro_content">Insights help you understand how your content is performing and what\'s resonating with your audience.</string>
<string name="stats_revamp_v2_intro_content_note">Learn more in My Site &gt; Stats &gt; Insights</string>
<string name="stats_revamp_v2_intro_primary_button_text">Try it now</string>
<string name="stats_revamp_v2_intro_secondary_button_text">Remind me later</string>
<string name="stats_revamp_v2_update_alert_message">Updated to New Insights to help you understand how your content is performing and what\'s resonating with your audience.</string>

<!-- Stats refreshed widgets -->
Expand Down Expand Up @@ -4207,11 +4203,12 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->

<!-- Jetpack awareness in WordPress App -->
<string name="wp_jetpack_powered">Jetpack powered</string>
<string name="wp_jetpack_powered_features">Stats, Reader, Notifications, and other features are powered by Jetpack.</string>
<string name="wp_jetpack_powered_better_with_jetpack">WordPress is better with Jetpack</string>
<string name="wp_jetpack_powered_features">The new Jetpack app has Stats, Reader, Notifications, and more that make your WordPress better.</string>
<string name="wp_jetpack_get_new_jetpack_app">Get the new Jetpack app</string>
<string name="wp_jetpack_continue_to_reader">Continue to Reader</string>
<string name="wp_jetpack_continue_to_stats" tools:ignore="UnusedResources">Continue to Stats</string>
<string name="wp_jetpack_continue_to_notifications" tools:ignore="UnusedResources">Continue to Notifications</string>
<string name="wp_jetpack_continue_to_stats">Continue to Stats</string>
<string name="wp_jetpack_continue_to_notifications">Continue to Notifications</string>
<string name="gutenberg_native_problem_displaying_block_tap_to_attempt_block_recovery" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Problem displaying block. \nTap to attempt block recovery.</string>
<string name="gutenberg_native_gradient" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Gradient</string>
<string name="gutenberg_native_invalid_url" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Invalid URL.</string>
Expand Down

0 comments on commit 052440d

Please sign in to comment.