From 8c7d9b199d843ea808e37c2cf38a94177f5c7ba7 Mon Sep 17 00:00:00 2001 From: Arturo Mejia Date: Wed, 23 Jan 2019 16:16:24 -0500 Subject: [PATCH] [components] Closes https://github.com/mozilla-mobile/android-components/issues/1079: Adding find in page feature component. X-Channel-Revision: [main] mozilla-mobile/android-components@96444ddbd36acf0987ca531574187647bc74b5f3 X-Channel-Revision: [main] mozilla-mobile/fenix@d039188782084c5475112e6d98ab829c7992e759 X-Channel-Revision: [main] mozilla-mobile/focus-android@a9a09b171665081b4e5f4d426f0e30f22f84ae49 X-Channel-Converted-Revision: [main] mozilla-mobile/firefox-android@89419f2202839bb0f19ee754746045e5050df0ff --- _meta/mozilla-mobile-firefox-android-android-components.json | 2 +- mozilla-mobile/android-components/l10n.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/_meta/mozilla-mobile-firefox-android-android-components.json b/_meta/mozilla-mobile-firefox-android-android-components.json index 8a0438c5ca7..2e0f216f4ea 100644 --- a/_meta/mozilla-mobile-firefox-android-android-components.json +++ b/_meta/mozilla-mobile-firefox-android-android-components.json @@ -1,6 +1,6 @@ { "name": "mozilla-mobile/firefox-android/android-components", "revs": { - "main": "ccc4eb5ff4bc449ed1dad026ce820df575bb0dd6" + "main": "89419f2202839bb0f19ee754746045e5050df0ff" } } \ No newline at end of file diff --git a/mozilla-mobile/android-components/l10n.toml b/mozilla-mobile/android-components/l10n.toml index 880d7a03040..b56309c3efb 100644 --- a/mozilla-mobile/android-components/l10n.toml +++ b/mozilla-mobile/android-components/l10n.toml @@ -36,3 +36,7 @@ locales = [ [[paths]] reference = "components/feature/contextmenu/src/main/res/values/strings.xml" l10n = "components/feature/contextmenu/src/main/res/values-{android_locale}/strings.xml" + +[[paths]] + reference = "components/feature/findinpage/src/main/res/values/strings.xml" + l10n = "components/feature/findinpage/src/main/res/values-{android_locale}/strings.xml" \ No newline at end of file