]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/data/rbnf/fr.txt
ICU-62135.0.1.tar.gz
[apple/icu.git] / icuSources / data / rbnf / fr.txt
index 1dbbe9a1c98fb52e07c55d826d662c885caf5023..14ca43d3b7f720d750bc43d4bae80870d79651cf 100644 (file)
@@ -1,28 +1,20 @@
-// ***************************************************************************
-// *
-// * Copyright (C) 2016 International Business Machines
-// * Corporation and others. All Rights Reserved.
-// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
-// * Source File: <path>/common/rbnf/fr.xml
-// *
-// ***************************************************************************
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html#License
 fr{
     RBNFRules{
         OrdinalRules{
-            "%%dord-mascabbrev:",
-            "0: e;",
-            "1: er;",
-            "2: e;",
             "%digits-ordinal-masculine:",
             "-x: \u2212>>;",
-            "0: =#,##0==%%dord-mascabbrev=;",
-            "%%dord-femabbrev:",
-            "0: e;",
-            "1: re;",
-            "2: e;",
+            "0: =#,##0=$(ordinal,one{er}other{e})$;",
             "%digits-ordinal-feminine:",
             "-x: \u2212>>;",
-            "0: =#,##0==%%dord-femabbrev=;",
+            "0: =#,##0=$(ordinal,one{re}other{e})$;",
+            "%digits-ordinal-masculine-plural:",
+            "-x: \u2212>>;",
+            "0: =#,##0=$(ordinal,one{ers}other{es})$;",
+            "%digits-ordinal-feminine-plural:",
+            "-x: \u2212>>;",
+            "0: =#,##0=$(ordinal,one{res}other{es})$;",
             "%digits-ordinal:",
             "0: =%digits-ordinal-masculine=;",
         }
@@ -31,7 +23,7 @@ fr{
             "&[last primary ignorable ] << ' ' << ',' << '-' << '\u00AD';",
             "%spellout-numbering-year:",
             "-x: moins >>;",
-            "x.x: =#,###0.#=;",
+            "x.x: =0.0=;",
             "0: =%spellout-numbering=;",
             "1100/100: <%spellout-cardinal-masculine<-cent>%%cents-m>;",
             "10000: =%spellout-numbering=;",
@@ -209,5 +201,5 @@ fr{
             "2: =%%spellout-ordinal=;",
         }
     }
-    Version{"2.1.19.14"}
+    Version{"2.1.27.22"}
 }