Skip to content

Commit 052440d

Browse files
committed
Freeze strings for translation
1 parent 083c31b commit 052440d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

fastlane/jetpack_resources/values/strings.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,7 @@
2626

2727
<!-- About button in Me -->
2828
<string name="me_btn_about">About Jetpack</string>
29+
30+
<!-- My Site Initial Tab Default value -->
31+
<string name="initial_screen_entry_value_default_key" translatable="false">@string/initial_screen_entry_value_home</string>
2932
</resources>

fastlane/resources/values/strings.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,10 +1376,6 @@
13761376

13771377
<!-- Stats Revamp v2 Feature Introduction -->
13781378
<string name="stats_revamp_v2_intro_header_title">Insights update</string>
1379-
<string name="stats_revamp_v2_intro_content">Insights help you understand how your content is performing and what\'s resonating with your audience.</string>
1380-
<string name="stats_revamp_v2_intro_content_note">Learn more in My Site &gt; Stats &gt; Insights</string>
1381-
<string name="stats_revamp_v2_intro_primary_button_text">Try it now</string>
1382-
<string name="stats_revamp_v2_intro_secondary_button_text">Remind me later</string>
13831379
<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>
13841380

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

42084204
<!-- Jetpack awareness in WordPress App -->
42094205
<string name="wp_jetpack_powered">Jetpack powered</string>
4210-
<string name="wp_jetpack_powered_features">Stats, Reader, Notifications, and other features are powered by Jetpack.</string>
4206+
<string name="wp_jetpack_powered_better_with_jetpack">WordPress is better with Jetpack</string>
4207+
<string name="wp_jetpack_powered_features">The new Jetpack app has Stats, Reader, Notifications, and more that make your WordPress better.</string>
42114208
<string name="wp_jetpack_get_new_jetpack_app">Get the new Jetpack app</string>
42124209
<string name="wp_jetpack_continue_to_reader">Continue to Reader</string>
4213-
<string name="wp_jetpack_continue_to_stats" tools:ignore="UnusedResources">Continue to Stats</string>
4214-
<string name="wp_jetpack_continue_to_notifications" tools:ignore="UnusedResources">Continue to Notifications</string>
4210+
<string name="wp_jetpack_continue_to_stats">Continue to Stats</string>
4211+
<string name="wp_jetpack_continue_to_notifications">Continue to Notifications</string>
42154212
<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>
42164213
<string name="gutenberg_native_gradient" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Gradient</string>
42174214
<string name="gutenberg_native_invalid_url" tools:ignore="UnusedResources" a8c-src-lib="gutenberg">Invalid URL.</string>

0 commit comments

Comments
 (0)