-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cd4fc6
commit 021bd6a
Showing
5 changed files
with
1,634 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> | ||
<!-- Copyright © 1991-2024 Unicode, Inc. | ||
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) | ||
For terms of use, see http://www.unicode.org/copyright.html | ||
--> | ||
<ldml> | ||
<identity> | ||
<version number="$Revision$"/> | ||
<language type="sgs"/> | ||
</identity> | ||
<metadata> | ||
<casingData> | ||
<casingItem type="calendar_field">lowercase</casingItem> | ||
<casingItem type="currencyName">titlecase</casingItem> | ||
<casingItem type="currencyName_count">titlecase</casingItem> | ||
<casingItem type="day_narrow">titlecase</casingItem> | ||
<casingItem type="era_abbr">titlecase</casingItem> | ||
<casingItem type="era_name">titlecase</casingItem> | ||
<casingItem type="era_narrow">titlecase</casingItem> | ||
<casingItem type="language">lowercase</casingItem> | ||
<casingItem type="metazone_long">titlecase</casingItem> | ||
<casingItem type="month_format_except_narrow">titlecase</casingItem> | ||
<casingItem type="month_standalone_except_narrow">titlecase</casingItem> | ||
<casingItem type="quarter_abbreviated">titlecase</casingItem> | ||
<casingItem type="quarter_format_wide">titlecase</casingItem> | ||
<casingItem type="quarter_standalone_wide">titlecase</casingItem> | ||
<casingItem type="relative">lowercase</casingItem> | ||
<casingItem type="script">lowercase</casingItem> | ||
<casingItem type="territory">titlecase</casingItem> | ||
<casingItem type="variant">titlecase</casingItem> | ||
<casingItem type="zone_exemplarCity">titlecase</casingItem> | ||
<casingItem type="zone_long">titlecase</casingItem> | ||
</casingData> | ||
</metadata> | ||
</ldml> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd"> | ||
<!-- | ||
Copyright © 1991-2024 Unicode, Inc. | ||
CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/) | ||
For terms of use, see http://www.unicode.org/copyright.html | ||
--> | ||
<ldml> | ||
<identity> | ||
<version number="$Revision$" /> | ||
<language type="sgs" /> | ||
</identity> | ||
<collations> | ||
<collation type="standard" references="Juozas Pabrėža: Žemaičių kalba ir rašyba ISBN 978-609-8179-10-1"> | ||
<cr><![CDATA[ | ||
&A<ā<<ā<<<Ā<<Ā | ||
&C<č<<<Č | ||
&E<ē<<ē<<<Ē<<Ē<ė<<<Ė<ė̄<<<Ė̄ | ||
&I<ī<<ī<<<Ī<<Ī | ||
&O<ō<<ō<<<Ō<<Ō | ||
&S<š<<<Š | ||
&U<ū<<ū<<<Ū<<Ū | ||
&Z<ž<<<Ž | ||
]]></cr> | ||
</collation> | ||
</collations> | ||
</ldml> | ||
|
||
<!-- | ||
There are ideas to add more letters but untill it is not official it would be skipped. | ||
These letters are: ëůéóêȧǡ | ||
--> |
Oops, something went wrong.