Skip to content

Commit 8c7ee4f

Browse files
committed
Freeze strings for localization
1 parent b75a865 commit 8c7ee4f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

fastlane/Frozen.strings

+5-2
Original file line numberDiff line numberDiff line change
@@ -3192,10 +3192,10 @@
31923192
"whats_new" = "What's New";
31933193

31943194
/* Widget prompt title to direct the user to the discover tab to add new podcasts to their queue */
3195-
"widgets_discover_prompt_title" = "Ears hungry for more?";
3195+
"widgets_discover_prompt_title" = "Nothing in Up Next";
31963196

31973197
/* Widget prompt message to direct the user to the discover tab to add new podcasts to their queue */
3198-
"widgets_discover_prompt_msg" = "Check out the Discover Tab";
3198+
"widgets_discover_prompt_msg" = "Check out Discover for more";
31993199

32003200
/* Widget label informing the user that nothing is currently being played. */
32013201
"widgets_nothing_playing" = "Nothing Playing";
@@ -4158,6 +4158,9 @@
41584158
/* A title shown for a share option which copies a link to a podcast or episode */
41594159
"share_copy_link" = "Copy link";
41604160

4161+
/* A common string used throughout the app. Often refers to the Transcript tab in the player. */
4162+
"transcript" = "Transcript";
4163+
41614164
/* MARK: - InfoPlist.strings */
41624165

41634166
/* A message that tells the user why the app is requesting access to the device’s camera. */

0 commit comments

Comments
 (0)