Skip to content

Commit

Permalink
typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
emily-roth committed Feb 3, 2025
1 parent 751acc3 commit f61a07e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/content/docs/topics/writingsystems/cldr-and-sldr.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Here are some examples of how the LDML API is used:
- This is used to test upcoming versions of SLDR prior to a new release. Typically, devs are given notice at least 2 weeks prior to release via the SIL LangTech Slack channel.
- https://ldml.api.sil.org/?query=langtags returns the entirity of langtag.json from the release branch, while https://ldml.api.sil.org/?query=langtags&staging=1 returns the staging version.

Since langtags.json is an important element of the LDML API, it is good practice for new versions of the SLDR and Langtags repositories to release simultaneously in order to avoid conflicts between them in output of the LDML API.
Since `langtags.json` is an important element of the LDML API, it is good practice for new versions of the SLDR and Langtags repositories to release simultaneously in order to avoid conflicts between them in output of the LDML API.

Examples of applications that use the SLDR via the LDML API include Bloom, Paratext, and Flex.

Expand Down
8 changes: 5 additions & 3 deletions src/content/docs/topics/writingsystems/ldml.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ sidebar:
order: 1510
---

!!!! UNFINISHED. also some of the links dont work yet do not be alarmed by that !!!

# What is LDML?

Locale Data Markup Language (LDML) is an XML format used for locale data. The most prolific user of LDML is the CLDR.

The specifications for LDML structure are described in [Unicode Technical Standard #35][uts35], though that documentation is quite dense. For that reason, a brief example of an LDML file is depicted below for reference,:
The specifications for LDML structure are described in [Unicode Technical Standard #35][uts35], though that documentation is quite dense. For that reason, a brief example of an LDML file is depicted below for reference:

```
<?xml version="1.0" encoding="utf-8"?>
Expand All @@ -18,7 +20,7 @@ The specifications for LDML structure are described in [Unicode Technical Standa
</identity>
<localeDisplayNames>
<languages>
<language type="es">Español</language>
<language type="es">Español</language>
<language type="en">Inglés</language>
</languages>
</localeDisplayNames>
Expand All @@ -36,7 +38,7 @@ The specifications for LDML structure are described in [Unicode Technical Standa
<collation type="standard">
<cr><![CDATA[
&L < ll <<< lL <<< Ll <<< LL
&N < ñ <<< Ñ
&N < ñ <<< Ñ
]]></cr>
</collation>
</collations>
Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/topics/writingsystems/locale-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar:
order: 1500
---

#What is a Locale?
# What is a Locale?

Locale, in the context of computing, is a collection of parameters that affect how information is expressed or presented within a particular group of users, generally distinguished from one another on the basis of language or location (usually country).

Expand All @@ -30,8 +30,8 @@ While many companies such as Meta and Microsoft often have their own internal sy

# More on this site:

- CLDR and SLDR
- LDML
- [CLDR and SLDR][cldr and sldr]
- [LDML][ldml]

# More from External Sources:

Expand Down

0 comments on commit f61a07e

Please sign in to comment.