[v2] Added country_name in gu_IN

Message ID s9dy3rcu7ts.fsf@redhat.com
State Rejected
Delegated to: Mike Fabian
Headers

Commit Message

Mike FABIAN July 25, 2017, 10:30 a.m. UTC
  Akhilesh Kumar <akhilesh.k@samsung.com> wrote:

> [BZ #21831]
> 	* locales/gu_IN  (LC_ADDRESS) : Add country_name.
>
> Signed-off-by: Akhilesh Kumar <akhilesh.k@samsung.com>
> ---
>  localedata/locales/gu_IN |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/localedata/locales/gu_IN b/localedata/locales/gu_IN
> index c0114ed..7df9ef3 100644
> --- a/localedata/locales/gu_IN
> +++ b/localedata/locales/gu_IN
> @@ -218,6 +218,7 @@ LC_ADDRESS
>  % LC_ADDRESS
>  postal_fmt  "<U0025><U007A><U0025><U0063><U0025><U0054><U0025><U0073>/
>  <U0025><U0062><U0025><U0065><U0025><U0072>"
> +country_name "<U0AAD><U0ABE><U0AB0><U0AA4>"
>  country_name "<U0AAD><U0ABE><U0AB0><U0AA4>"
>  country_ab2 "<U0049><U004E>"
>  country_ab3 "<U0049><U004E><U0044>"


You are just adding the same country_name again now. That seems useless.
  

Patch

--- a/localedata/locales/gu_IN
+++ b/localedata/locales/gu_IN
@@ -218,6 +218,7 @@  LC_ADDRESS
 % LC_ADDRESS
 postal_fmt  "%z%c%T%s/
 %b%e%r"
+country_name "ભારત"
 country_name "ભારત"
 country_ab2 "IN"
 country_ab3 "IND"