This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1/1] Added postal_fmt in tt_RU


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>"
-- 
1.7.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]