1<?xml version="1.0" encoding="UTF-8" ?> 2<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> 3<!-- Copyright © 1991-2020 Unicode, Inc. 4For terms of use, see http://www.unicode.org/copyright.html 5Unicode and the Unicode Logo are registered trademarks of Unicode, Inc. in the U.S. and other countries. 6CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) 7 8Proper interpretation of these files requires synthesis of missing items, as per 9http://unicode.org/repos/cldr/trunk/specs/ldml/tr35-general.html#Annotations 10Warnings: All cp values have U+FE0F characters removed. See /annotationsDerived/ for derived annotations. 11--> 12<ldml> 13 <identity> 14 <version number="$Revision$"/> 15 <language type="lij"/> 16 </identity> 17 <localeDisplayNames> 18 <localeDisplayPattern> 19 <localePattern>{0} ({1})</localePattern> 20 <localeSeparator>{0}, {1}</localeSeparator> 21 <localeKeyTypePattern>{0}: {1}</localeKeyTypePattern> 22 </localeDisplayPattern> 23 <languages> 24 <language type="lij">ligure</language> 25 </languages> 26 <scripts> 27 <script type="Latn">latin</script> 28 </scripts> 29 <territories> 30 <territory type="FR">Fransa</territory> 31 <territory type="IT">Italia</territory> 32 <territory type="MC">Monego</territory> 33 </territories> 34 </localeDisplayNames> 35 <characters> 36 <exemplarCharacters>[a à â ä æ b c ç d e é è ê ë f g h i ì î ï j k l m n ñ o ó ò ô ö p q r s t u ù û ü v w x y z]</exemplarCharacters> 37 <exemplarCharacters type="auxiliary">[õ ō œ ř]</exemplarCharacters> 38 <exemplarCharacters type="index">[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]</exemplarCharacters> 39 <exemplarCharacters type="numbers">[\- ‑ , . ' % ‰ + − 0 1 2 3 4 5 6 7 8 9 ª º]</exemplarCharacters> 40 <exemplarCharacters type="punctuation">[\- ‐ ‑ – — , ; \: ! ? . … ’ " “ ” « » ( ) \[ \] § @ * / \& # † ‡]</exemplarCharacters> 41 </characters> 42 <delimiters> 43 <quotationStart>«</quotationStart> 44 <quotationEnd>»</quotationEnd> 45 <alternateQuotationStart>“</alternateQuotationStart> 46 <alternateQuotationEnd>”</alternateQuotationEnd> 47 </delimiters> 48 <numbers> 49 <defaultNumberingSystem draft="contributed">latn</defaultNumberingSystem> 50 <otherNumberingSystems> 51 <native draft="contributed">latn</native> 52 </otherNumberingSystems> 53 <minimumGroupingDigits draft="contributed">1</minimumGroupingDigits> 54 <symbols numberSystem="latn"> 55 <decimal>,</decimal> 56 <group>.</group> 57 <percentSign>%</percentSign> 58 <plusSign draft="contributed">+</plusSign> 59 <minusSign draft="contributed">-</minusSign> 60 <exponential>E</exponential> 61 <superscriptingExponent>×</superscriptingExponent> 62 <perMille>‰</perMille> 63 <infinity>∞</infinity> 64 <nan>NaN</nan> 65 <timeSeparator draft="contributed">:</timeSeparator> 66 </symbols> 67 <miscPatterns numberSystem="latn"> 68 <pattern type="approximately">~{0}</pattern> 69 <pattern type="atLeast">≥{0}</pattern> 70 <pattern type="atMost">≤{0}</pattern> 71 <pattern type="range">{0}-{1}</pattern> 72 </miscPatterns> 73 <minimalPairs> 74 <pluralMinimalPairs count="one">{0} giorno</pluralMinimalPairs> 75 <pluralMinimalPairs count="other">{0} giorni</pluralMinimalPairs> 76 <ordinalMinimalPairs ordinal="many">Piggia l’{0}ª in sciâ drita.</ordinalMinimalPairs> 77 <ordinalMinimalPairs ordinal="other">Piggia a {0}ª in sciâ drita.</ordinalMinimalPairs> 78 </minimalPairs> 79 </numbers> 80</ldml> 81