1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE Locale SYSTEM 'locale.dtd'> 3<!--*********************************************************** 4 * 5 * Licensed to the Apache Software Foundation (ASF) under one 6 * or more contributor license agreements. See the NOTICE file 7 * distributed with this work for additional information 8 * regarding copyright ownership. The ASF licenses this file 9 * to you under the Apache License, Version 2.0 (the 10 * "License"); you may not use this file except in compliance 11 * with the License. You may obtain a copy of the License at 12 * 13 * http://www.apache.org/licenses/LICENSE-2.0 14 * 15 * Unless required by applicable law or agreed to in writing, 16 * software distributed under the License is distributed on an 17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 18 * KIND, either express or implied. See the License for the 19 * specific language governing permissions and limitations 20 * under the License. 21 * 22 ***********************************************************--> 23<Locale versionDTD="2.0.3" allowUpdateFromCLDR="no" version="1.2"> 24 <LC_INFO> 25 <Language> 26 <LangID>en</LangID> 27 <DefaultName>English</DefaultName> 28 </Language> 29 <Country> 30 <CountryID>IE</CountryID> 31 <DefaultName>Ireland</DefaultName> 32 </Country> 33 </LC_INFO> 34 <LC_CTYPE> 35 <Separators> 36 <DateSeparator>/</DateSeparator> 37 <ThousandSeparator>,</ThousandSeparator> 38 <DecimalSeparator>.</DecimalSeparator> 39 <TimeSeparator>:</TimeSeparator> 40 <Time100SecSeparator>.</Time100SecSeparator> 41 <ListSeparator>;</ListSeparator> 42 <LongDateDayOfWeekSeparator> </LongDateDayOfWeekSeparator> 43 <LongDateDaySeparator> </LongDateDaySeparator> 44 <LongDateMonthSeparator> </LongDateMonthSeparator> 45 <LongDateYearSeparator> </LongDateYearSeparator> 46 </Separators> 47 <Markers> 48 <QuotationStart>‘</QuotationStart> 49 <QuotationEnd>’</QuotationEnd> 50 <DoubleQuotationStart>“</DoubleQuotationStart> 51 <DoubleQuotationEnd>”</DoubleQuotationEnd> 52 </Markers> 53 <TimeAM>a.m.</TimeAM> 54 <TimePM>p.m.</TimePM> 55 <MeasurementSystem>metric</MeasurementSystem> 56 </LC_CTYPE> 57 <LC_FORMAT ref="en_GB" replaceTo="[$IR£-1809]"/> 58 <LC_COLLATION ref="en_US"/> 59 <LC_SEARCH ref="en_US"/> 60 <LC_INDEX ref="en_US"/> 61 <LC_CALENDAR> 62 <Calendar unoid="gregorian" default="true"> 63 <DaysOfWeek ref="en_US_gregorian"/> 64 <MonthsOfYear ref="en_US_gregorian"/> 65 <Eras ref="en_US_gregorian"/> 66 <StartDayOfWeek> 67 <DayID>sun</DayID> 68 </StartDayOfWeek> 69 <MinimalDaysInFirstWeek>1</MinimalDaysInFirstWeek> 70 </Calendar> 71 </LC_CALENDAR> 72 <LC_CURRENCY> 73 <Currency default="true" usedInCompatibleFormatCodes="false"> 74 <CurrencyID>EUR</CurrencyID> 75 <CurrencySymbol>€</CurrencySymbol> 76 <BankSymbol>EUR</BankSymbol> 77 <CurrencyName>Euro</CurrencyName> 78 <DecimalPlaces>2</DecimalPlaces> 79 </Currency> 80 <Currency default="false" usedInCompatibleFormatCodes="true"> 81 <CurrencyID>IEP</CurrencyID> 82 <CurrencySymbol>IR£</CurrencySymbol> 83 <BankSymbol>IEP</BankSymbol> 84 <CurrencyName>Irish Pound</CurrencyName> 85 <DecimalPlaces>2</DecimalPlaces> 86 </Currency> 87 <Currency default="false" usedInCompatibleFormatCodes="false"> 88 <CurrencyID>GBP</CurrencyID> 89 <CurrencySymbol>£</CurrencySymbol> 90 <BankSymbol>GBP</BankSymbol> 91 <CurrencyName>British Pound Sterling</CurrencyName> 92 <DecimalPlaces>2</DecimalPlaces> 93 </Currency> 94 </LC_CURRENCY> 95 <LC_TRANSLITERATION ref="en_US"/> 96 <LC_MISC ref="en_US"/> 97 <LC_NumberingLevel ref="en_US"/> 98 <LC_OutLineNumberingLevel ref="en_US"/> 99</Locale> 100