Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/share/locale Pull up following revision(s) (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/1f61ae6f0508
branches:  netbsd-9
changeset: 844002:1f61ae6f0508
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Mar 30 18:29:39 2020 +0000

description:
Pull up following revision(s) (requested by kim in ticket #804):

        share/locale/monetary/converted/fi_FI.ISO8859-1.src: revision 1.2
        share/locale/Makefile.common: revision 1.2

Fix the currency symbol for fi_FI.ISO8859-1

In the Finnish language, the recommended symbol for euro is the euro sign
where it is available, and the lowercase letter e otherwise.

The use of the ISO currency code EUR is not an abbreviation of the word
euro in the Finnish language, just like FIM is not an abbreviation of
the word markka.

Reference:
    <a  rel="nofollow" href="https://www.kielikello.fi/-/euro-";>https://www.kielikello.fi/-/euro-</a>
    Euro
    Kielikello 3/1998
    Kotimaisten kielten keskus
    Institute for the Languages of Finland
    [Last retrieved 2020-03-23]

diffstat:

 share/locale/Makefile.common                        |  3 ++-
 share/locale/monetary/converted/fi_FI.ISO8859-1.src |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 1f8adc5cc95e -r 1f61ae6f0508 share/locale/Makefile.common
--- a/share/locale/Makefile.common      Mon Mar 30 18:25:43 2020 +0000
+++ b/share/locale/Makefile.common      Mon Mar 30 18:29:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2013/08/11 22:09:40 joerg Exp $
+# $NetBSD: Makefile.common,v 1.1.32.1 2020/03/30 18:29:39 martin Exp $
 
 all:           ${LOCALES:S/$/.out/g}
 realall:       ${LOCALES:S/$/.out/g}
@@ -37,6 +37,7 @@
        @echo Generating character set ${charset} of ${locale_name}...
        @rm -f ${.CURDIR}/converted/${locale}.src
        @set -e; cat < ${.CURDIR}/${locale_name}.UTF-8.src \
+       | (case ${locale}  in fi_FI.ISO8859-1) sed 's,â?¬,e,g';; *) cat ;; esac) \
        | (case ${charset} in ISO8859-[125]) sed 's,â?¬,EUR,g';; *) cat ;; esac) \
        | (case ${charset} in ISO8859-9) sed 's,â?º,L,g';; *) cat ;; esac) \
        | (case ${charset} in ISO8859*) sed 's,â??,-,g';; *) cat ;; esac) \
diff -r 1f8adc5cc95e -r 1f61ae6f0508 share/locale/monetary/converted/fi_FI.ISO8859-1.src
--- a/share/locale/monetary/converted/fi_FI.ISO8859-1.src       Mon Mar 30 18:25:43 2020 +0000
+++ b/share/locale/monetary/converted/fi_FI.ISO8859-1.src       Mon Mar 30 18:29:39 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: fi_FI.ISO8859-1.src,v 1.1 2013/08/11 22:09:41 joerg Exp $
+# $NetBSD: fi_FI.ISO8859-1.src,v 1.1.32.1 2020/03/30 18:29:39 martin Exp $
 #
 # Locale: fi_FI
 # Character set: ISO8859-1
@@ -33,7 +33,7 @@
 #
 # Currency Symbol (currency_symbol)
 #
-EUR
+e
 #
 # Monetary Decimal Point (mon_decimal_point)
 #



Home | Main Index | Thread Index | Old Index