From 1060afff6c9b2cdbfef78a92bc0ef65ae8a2b161 Mon Sep 17 00:00:00 2001
From: Chris Hallberg <crhallberg@gmail.com>
Date: Tue, 15 Jan 2019 10:52:46 -0500
Subject: [PATCH] Revert "Remove redundant language strings."

This reverts commit 1070d1abe598e18aa422d38b4a87b1d1ceb784ed.
---
 themes/bootstrap3/templates/layout/layout.phtml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/themes/bootstrap3/templates/layout/layout.phtml b/themes/bootstrap3/templates/layout/layout.phtml
index bf6346b7b7c..0780deb464f 100644
--- a/themes/bootstrap3/templates/layout/layout.phtml
+++ b/themes/bootstrap3/templates/layout/layout.phtml
@@ -37,6 +37,13 @@
             '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