From 1070d1abe598e18aa422d38b4a87b1d1ceb784ed Mon Sep 17 00:00:00 2001 From: Chris Hallberg <crhallberg@gmail.com> Date: Mon, 14 Jan 2019 16:26:19 -0500 Subject: [PATCH] Remove redundant language strings. --- themes/bootstrap3/templates/layout/layout.phtml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/themes/bootstrap3/templates/layout/layout.phtml b/themes/bootstrap3/templates/layout/layout.phtml index 0780deb464f..bf6346b7b7c 100644 --- a/themes/bootstrap3/templates/layout/layout.phtml +++ b/themes/bootstrap3/templates/layout/layout.phtml @@ -37,13 +37,6 @@ 'collection_empty' => 'collection_empty', 'error_occurred' => 'An error has occurred', 'go_to_list' => 'go_to_list', - 'libphonenumber_invalid' => 'libphonenumber_invalid', - 'libphonenumber_invalidcountry' => 'libphonenumber_invalidcountry', - 'libphonenumber_invalidregion' => 'libphonenumber_invalidregion', - 'libphonenumber_notanumber' => 'libphonenumber_notanumber', - 'libphonenumber_toolong' => 'libphonenumber_toolong', - 'libphonenumber_tooshort' => 'libphonenumber_tooshort', - 'libphonenumber_tooshortidd' => 'libphonenumber_tooshortidd', 'loading' => 'Loading', 'more' => 'more', 'number_thousands_separator' => [ -- GitLab