From 898a72e212795289a2e3413bf8cf09029ad6f57a Mon Sep 17 00:00:00 2001 From: TANISHQ CHAMOLA <36632821+tanishqchamola@users.noreply.github.com> Date: Tue, 6 Oct 2020 22:48:27 +0530 Subject: [PATCH] Fixed Vatican City in hindi --- app/config/locale/translations/hi.countries.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/locale/translations/hi.countries.php b/app/config/locale/translations/hi.countries.php index 19b4d86bcf..c3e748492a 100644 --- a/app/config/locale/translations/hi.countries.php +++ b/app/config/locale/translations/hi.countries.php @@ -186,7 +186,7 @@ return [ 'UY' => 'उरुग्वे', 'US' => 'संयुक्त राज्य अमेरिका', 'UZ' => 'उज़्बेकिस्तान', - 'VA' => 'वैटिकन नगर', + 'VA' => 'वैटिकन सिटी', 'VC' => 'सेंट विंसेंट एंड ग्रेनेडाइंस', 'VE' => 'वेनेज़ुएला', 'VN' => 'वियतनाम',