[Libreoffice-commits] core.git: Branch 'aoo/trunk' - i18npool/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sat Sep 29 10:09:22 UTC 2018
i18npool/source/localedata/data/locale.dtd | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
New commits:
commit 6cf656f2bbeb39e5a46984c58b32098ed6185699
Author: Matthias Seidel <mseidel at apache.org>
AuthorDate: Sat Sep 29 09:32:47 2018 +0000
Commit: Matthias Seidel <mseidel at apache.org>
CommitDate: Sat Sep 29 09:32:47 2018 +0000
Deleted whitespace, use correct branding, fixed typos
diff --git a/i18npool/source/localedata/data/locale.dtd b/i18npool/source/localedata/data/locale.dtd
index 79162f64857c..7dfed04d9223 100644
--- a/i18npool/source/localedata/data/locale.dtd
+++ b/i18npool/source/localedata/data/locale.dtd
@@ -64,7 +64,7 @@
3. Select the locale in the Language list box => MUST be assertion free.
3.a. Assertions are only shown at the very first time a number formatter
is created, respectively the first time a specific locale data is
- used. To repeat steps 1.-3. you'd need to create another spreadsheet
+ used. To repeat steps 1.-3. you'd need to create another spreadsheet
document.
===========================================================================
@@ -102,9 +102,9 @@
<!ATTLIST Locale versionDTD CDATA #FIXED "2.0.3">
<!-- Version identifier to prevent mismatching data files being submitted
because of older files being copied as templates. The version should be
- less than or equal to the OOo release, or the OOo release number plus some
+ less than or equal to the AOO release, or the AOO release number plus some
extension, like "2.0.enhanced", to be able to easily determine the
- corresponding OOo version. New versions of the DTD with new required
+ corresponding AOO version. New versions of the DTD with new required
elements SHOULD REALLY result in a new versionDTD here and
LOCALE_VERSION_DTD in ../LocaleNode.cxx, and *.xml files MUST be adapted
then, otherwise building the data or checking it with a validating parser
@@ -180,7 +180,7 @@
<!ATTLIST FormatElement type (short|medium|long) #REQUIRED >
<!--
There may be up to three groups (type="short", type="medium", type="long")
- for each usage category defined. Each group, if defined, needs excactly one
+ for each usage category defined. Each group, if defined, needs exactly one
default. The type roughly determines the display string length, for example
short, medium, and long date formats.
@@ -263,9 +263,9 @@
Of usage="CURRENCY":
formatindices 12, 13, 14, 15, 17 with [$xxx-yyy] notation must use the
xxx currency symbol that has the attribute
- usedInCompatibleFormatCodes="true". The hexadecimal yyy LANGID must be
+ usedInCompatibleFormatCodes="true". The hexadecimal yyy LANGID must be
properly set. It can be found in project util module tools file
- tools/inc/lang.hxx. You may verify the proper use of the xxx currency
+ tools/inc/lang.hxx. You may verify the proper use of the xxx currency
symbol with the AWK script
i18npool/source/localedata/data/currency-check.awk, it mustn't display
any output. If it does, then there's something wrong.
@@ -283,7 +283,7 @@
<!-- The unoid of a gregorian calendar MUST be lower case "gregorian",
calendars MUST match the names defined in the OASIS OpenDocument Format
(ODF) 1.2 or later specification. The implementation name registered with
- the OOo service resgistry MUST match, e.g.
+ the AOO service registry MUST match, e.g.
com.sun.star.i18n.Calendar_gregorian
-->
<!ATTLIST Calendar default (true|false) #REQUIRED >
@@ -350,7 +350,7 @@
codes for compatibility with StarOffice5 and StarOffice4.
Every locale data file MUST contain exactly one currency having this set to "true",
and that currency MUST be used in format codes 12..17.
- For European countries using the EURo it MUST be the old currency, for example, DM.
+ For European countries using EUR it MUST be the old currency, for example, DM.
-->
<!ATTLIST Currency legacyOnly (true|false) #IMPLIED >
<!-- If this Currency element exists only to be able to correctly load legacy
@@ -409,8 +409,8 @@
See Collation Customization in ICU User Guide for syntax,
http://www.icu-project.org/userguide/Collate_Customization.html
- There are two ways to add language specific tailoring in OpenOffice.org.
- For small tailoring, you can directly add it in locale data here. For
+ There are two ways to add language specific tailoring in OpenOffice.
+ For small tailoring, you can directly add it in locale data here. For
large tailoring, it is suggested to put the data under collator/data, so
it will be compiled to a binary format in build time and improve performance
in run time.
@@ -507,7 +507,7 @@
<!ELEMENT ForbiddenLineBeginCharacters (#PCDATA)>
<!ELEMENT ForbiddenLineEndCharacters (#PCDATA)>
-<!-- optional break iterator rules for the languages.
+<!-- optional break iterator rules for the languages.
if defined, 5 rules should be all listed, each of them can be blank and default will be used.
order of the rules is significant!
-->
More information about the Libreoffice-commits
mailing list