diff --git a/l10n/configs/pontoon.toml b/l10n/configs/pontoon.toml index 0771ffd0f..e941c0c20 100644 --- a/l10n/configs/pontoon.toml +++ b/l10n/configs/pontoon.toml @@ -129,6 +129,22 @@ locales = [ [[paths]] reference = "en/firefox/set-as-default/**/*.ftl" l10n = "{locale}/firefox/set-as-default/**/*.ftl" +[[paths]] + reference = "en/firefox/summarizer/ios.ftl" + l10n = "{locale}/firefox/summarizer/ios.ftl" + locales = [ + "de", + "en-CA", + "en-GB", + "es-AR", + "es-CL", + "es-ES", + "es-MX", + "fr", + "ja", + "pt-BR", + "pt-PT", + ] [[paths]] reference = "en/newsletter/newsletters.ftl" l10n = "{locale}/newsletter/newsletters.ftl" diff --git a/l10n/en-US/firefox/browsers/mobile/ios-summarizer.ftl b/l10n/en/firefox/summarizer/ios.ftl similarity index 100% rename from l10n/en-US/firefox/browsers/mobile/ios-summarizer.ftl rename to l10n/en/firefox/summarizer/ios.ftl diff --git a/springfield/firefox/urls.py b/springfield/firefox/urls.py index 8d59fd71a..a71a7dc4c 100644 --- a/springfield/firefox/urls.py +++ b/springfield/firefox/urls.py @@ -110,12 +110,11 @@ page("landing/tech/", "firefox/landing/tech.html", ftl_files="firefox/download/desktop", active_locales="en-GB"), page("landing/education/", "firefox/landing/education.html", ftl_files="firefox/download/desktop", active_locales="en-GB"), page("landing/gaming/", "firefox/landing/gaming.html", ftl_files="firefox/download/desktop", active_locales="en-GB"), - # Issue #444 - US-only iOS landing page + # Issue 444 - iOS summarizer landing page page( "landing/ios-summarizer/", "firefox/landing/ios-summarizer.html", - ftl_files=["firefox/browsers/mobile/ios-summarizer", "firefox/browsers/mobile/ios"], - active_locales="en-US", + ftl_files=["firefox/summarizer/ios", "firefox/browsers/mobile/ios"], ), # Issue 487 - Win10 End of Service page(