diff --git a/bundle/android/strings.xml b/bundle/android/strings.xml index 1ffc35818b..94f059cf70 100644 --- a/bundle/android/strings.xml +++ b/bundle/android/strings.xml @@ -355,6 +355,8 @@ translators: %s: Select control option value e.g: "Auto, 25%". --> Some blocks have additional settings. Tap the settings icon on the bottom right of the block to view more options. Start writing… Synced patterns + Take a Photo + Take a Video Tap here to show help Tap here to show more details. Tap to hide the keyboard @@ -396,6 +398,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". --> What is a block? What is alt text? Width Settings + WordPress Media Library X-Axis Position Y-Axis Position You can also rearrange blocks by tapping a block and then tapping the up and down arrows that appear on the bottom left side of the block to move it up or down. diff --git a/bundle/ios/GutenbergNativeTranslations.swift b/bundle/ios/GutenbergNativeTranslations.swift index ec8145bede..2764f25c13 100644 --- a/bundle/ios/GutenbergNativeTranslations.swift +++ b/bundle/ios/GutenbergNativeTranslations.swift @@ -297,6 +297,8 @@ private func dummy() { _ = NSLocalizedString("Some blocks have additional settings. Tap the settings icon on the bottom right of the block to view more options.", comment: "") _ = NSLocalizedString("Start writing…", comment: "") _ = NSLocalizedString("Synced patterns", comment: "") + _ = NSLocalizedString("Take a Photo", comment: "") + _ = NSLocalizedString("Take a Video", comment: "") _ = NSLocalizedString("Tap here to show help", comment: "") _ = NSLocalizedString("Tap here to show more details.", comment: "") _ = NSLocalizedString("Tap to hide the keyboard", comment: "") @@ -332,6 +334,7 @@ private func dummy() { _ = NSLocalizedString("What is a block?", comment: "") _ = NSLocalizedString("What is alt text?", comment: "") _ = NSLocalizedString("Width Settings", comment: "") + _ = NSLocalizedString("WordPress Media Library", comment: "") _ = NSLocalizedString("X-Axis Position", comment: "") _ = NSLocalizedString("Y-Axis Position", comment: "") _ = NSLocalizedString("You can also rearrange blocks by tapping a block and then tapping the up and down arrows that appear on the bottom left side of the block to move it up or down.", comment: "")