From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- intl/icu/source/data/unit/es_CO.txt | 76 +++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 intl/icu/source/data/unit/es_CO.txt (limited to 'intl/icu/source/data/unit/es_CO.txt') diff --git a/intl/icu/source/data/unit/es_CO.txt b/intl/icu/source/data/unit/es_CO.txt new file mode 100644 index 0000000000..d5e2cfc6e8 --- /dev/null +++ b/intl/icu/source/data/unit/es_CO.txt @@ -0,0 +1,76 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html +// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml +es_CO{ + %%Parent{"es_419"} + units{ + duration{ + month{ + per{"{0}/mes"} + } + week{ + per{"{0}/sem."} + } + } + } + unitsNarrow{ + duration{ + day{ + dnam{"día"} + one{"{0} día"} + other{"{0} días"} + } + hour{ + one{"{0} h"} + other{"{0} h"} + } + millisecond{ + one{"{0} ms"} + other{"{0} ms"} + } + minute{ + one{"{0} min"} + other{"{0} min"} + } + month{ + dnam{"mes"} + one{"{0} mes"} + other{"{0} meses"} + } + second{ + one{"{0} s"} + other{"{0} s"} + } + week{ + one{"{0} sem."} + other{"{0} sems."} + } + year{ + one{"{0} a."} + other{"{0} a."} + } + } + } + unitsShort{ + duration{ + day{ + dnam{"días"} + one{"{0} día"} + other{"{0} días"} + per{"{0}/día"} + } + month{ + dnam{"mes"} + one{"{0} mes"} + other{"{0} meses"} + per{"{0}/mes"} + } + year{ + dnam{"a."} + one{"{0} a."} + other{"{0} a."} + per{"{0}/año"} + } + } + } +} -- cgit v1.2.3