Skip to content

Commit

Permalink
added Samogitian language
Browse files Browse the repository at this point in the history
  • Loading branch information
zordsdavini committed Jun 21, 2024
1 parent 2cd4fc6 commit 021bd6a
Show file tree
Hide file tree
Showing 5 changed files with 1,634 additions and 1 deletion.
36 changes: 36 additions & 0 deletions common/casing/sgs.xml
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>
32 changes: 32 additions & 0 deletions common/collation/sgs.xml
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: ëůéóêȧǡ
-->
Loading

0 comments on commit 021bd6a

Please sign in to comment.