From 1a06eee86989d7058d317f3643355f8ec5e87efb Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Wed, 13 Apr 2016 11:22:00 -0400
Subject: localedata: LC_IDENTIFICATION.category: set to ISO 30112 2014
 standard

The ISO 30112 standard defines the valid values for the category
keyword as only a few options:
	posix:1993
	i18n:2004
	i18n:2012

The vast majority of locales had changed the "i18n" string to the
name of its own locale (e.g. "ak_GH:2013") as well as tweaking the
date (presumably thinking it should be the date of submission).

Convert all of them to "i18n:2012" for consistency.  A follow up
change will update localedef to actually check/validate the field.
---
 localedata/locales/et_EE | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

(limited to 'localedata/locales/et_EE')

diff --git a/localedata/locales/et_EE b/localedata/locales/et_EE
index 9879b50823..a6cdc4eaed 100644
--- a/localedata/locales/et_EE
+++ b/localedata/locales/et_EE
@@ -43,19 +43,19 @@ language   "Estonian"
 territory  "Estonia"
 revision   "1.0"
 date       "2000-06-29"
-%
-category  "et_EE:2000";LC_IDENTIFICATION
-category  "et_EE:2000";LC_CTYPE
-category  "et_EE:2000";LC_COLLATE
-category  "et_EE:2000";LC_TIME
-category  "et_EE:2000";LC_NUMERIC
-category  "et_EE:2000";LC_MONETARY
-category  "et_EE:2000";LC_MESSAGES
-category  "et_EE:2000";LC_PAPER
-category  "et_EE:2000";LC_NAME
-category  "et_EE:2000";LC_ADDRESS
-category  "et_EE:2000";LC_TELEPHONE
-category  "et_EE:2000";LC_MEASUREMENT
+
+category "i18n:2012";LC_IDENTIFICATION
+category "i18n:2012";LC_CTYPE
+category "i18n:2012";LC_COLLATE
+category "i18n:2012";LC_TIME
+category "i18n:2012";LC_NUMERIC
+category "i18n:2012";LC_MONETARY
+category "i18n:2012";LC_MESSAGES
+category "i18n:2012";LC_PAPER
+category "i18n:2012";LC_NAME
+category "i18n:2012";LC_ADDRESS
+category "i18n:2012";LC_TELEPHONE
+category "i18n:2012";LC_MEASUREMENT
 END LC_IDENTIFICATION
 
 LC_COLLATE
-- 
cgit v1.2.3-70-g09d2