mirror of git://sourceware.org/git/glibc.git
nl_BE and nl_NL locales: Dutch salutations (bug 23996).
[BZ #23996] * localedata/locales/nl_BE (LC_NAME): Add name_gen, name_mr, name_mrs, name_miss, and name_ms. * localedata/locales/nl_NL (LC_NAME): Likewise.
This commit is contained in:
parent
cce7b6a578
commit
3cc7c9c5f1
|
|
@ -1,3 +1,10 @@
|
||||||
|
2019-07-17 PanderMusubi <pander@users.sourceforge.net>
|
||||||
|
|
||||||
|
[BZ #23996]
|
||||||
|
* localedata/locales/nl_BE (LC_NAME): Add name_gen, name_mr,
|
||||||
|
name_mrs, name_miss, and name_ms.
|
||||||
|
* localedata/locales/nl_NL (LC_NAME): Likewise.
|
||||||
|
|
||||||
2019-07-17 Daniil Zhilin <generalfailer@protonmail.com>
|
2019-07-17 Daniil Zhilin <generalfailer@protonmail.com>
|
||||||
|
|
||||||
[BZ #24200]
|
[BZ #24200]
|
||||||
|
|
|
||||||
|
|
@ -122,6 +122,11 @@ END LC_MEASUREMENT
|
||||||
|
|
||||||
LC_NAME
|
LC_NAME
|
||||||
name_fmt "%d%t%g%t%m%t%f"
|
name_fmt "%d%t%g%t%m%t%f"
|
||||||
|
name_gen "heer of mevrouw"
|
||||||
|
name_mr "heer"
|
||||||
|
name_mrs "mevrouw"
|
||||||
|
name_miss "mevrouw"
|
||||||
|
name_ms "mevrouw"
|
||||||
END LC_NAME
|
END LC_NAME
|
||||||
|
|
||||||
LC_ADDRESS
|
LC_ADDRESS
|
||||||
|
|
|
||||||
|
|
@ -150,6 +150,11 @@ END LC_MEASUREMENT
|
||||||
|
|
||||||
LC_NAME
|
LC_NAME
|
||||||
name_fmt "%d%t%g%t%m%t%f"
|
name_fmt "%d%t%g%t%m%t%f"
|
||||||
|
name_gen "heer of mevrouw"
|
||||||
|
name_mr "heer"
|
||||||
|
name_mrs "mevrouw"
|
||||||
|
name_miss "mevrouw"
|
||||||
|
name_ms "mevrouw"
|
||||||
END LC_NAME
|
END LC_NAME
|
||||||
|
|
||||||
LC_ADDRESS
|
LC_ADDRESS
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue