[1/1] Added postal_fmt in tt_RU

Message ID 1502335419-42036-1-git-send-email-akhilesh.k@samsung.com
State Superseded
Delegated to: Mike Fabian
Headers

Commit Message

Akhilesh Kumar Aug. 10, 2017, 3:23 a.m. UTC
  Reference
http://www.bitboost.com/ref/international-address-formats/russia/

[BZ# 21938]
	*locales/tt_RU(LC_ADDRESS) : Added postal_fmt

---
 localedata/locales/tt_RU |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
  

Comments

Mike FABIAN Aug. 10, 2017, 7:29 a.m. UTC | #1
Akhilesh Kumar <akhilesh.k@samsung.com> wrote:

> Reference
> http://www.bitboost.com/ref/international-address-formats/russia/
>
> [BZ# 21938]
> 	*locales/tt_RU(LC_ADDRESS) : Added postal_fmt
>
> ---
>  localedata/locales/tt_RU |   11 +++++++++--
>  1 files changed, 9 insertions(+), 2 deletions(-)
>
> diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU
> index e305cf5..230a7ab 100644
> --- a/localedata/locales/tt_RU
> +++ b/localedata/locales/tt_RU
> @@ -318,8 +318,15 @@ name_fmt "???"
>  END LC_NAME
>  
>  LC_ADDRESS
> -% FIXME
> -postal_fmt "???"
> +% http://www.bitboost.com/ref/international-address-formats/russia/
> +% Name of addressee (for citizens-surname, name, patronymic )
> +% Name of the street, number of the house and flat
> +% Name of the settlement (town, village and other)
> +% Name of the district
> +% Name of the republic, territory, region, autonomous district(region)
> +% Postcode
> +% Name of the country (for international items)
> +postal_fmt "%n%s%b%h%l%T%S%z%c"
>  % https://tt.wikipedia.org/wiki/%D0%A0%D1%83%D1%81%D0%B8%D1%8F : Русия
>  country_name "<U0420><U0443><U0441><U0438><U044F>"
>  country_ab2 "<U0052><U0055>"

Why is the postal_fmt different from what we have in ru_RU?
  

Patch

diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU
index e305cf5..230a7ab 100644
--- a/localedata/locales/tt_RU
+++ b/localedata/locales/tt_RU
@@ -318,8 +318,15 @@  name_fmt "???"
 END LC_NAME
 
 LC_ADDRESS
-% FIXME
-postal_fmt "???"
+% http://www.bitboost.com/ref/international-address-formats/russia/
+% Name of addressee (for citizens-surname, name, patronymic )
+% Name of the street, number of the house and flat
+% Name of the settlement (town, village and other)
+% Name of the district
+% Name of the republic, territory, region, autonomous district(region)
+% Postcode
+% Name of the country (for international items)
+postal_fmt "%n%s%b%h%l%T%S%z%c"
 % https://tt.wikipedia.org/wiki/%D0%A0%D1%83%D1%81%D0%B8%D1%8F : Русия
 country_name "<U0420><U0443><U0441><U0438><U044F>"
 country_ab2 "<U0052><U0055>"