From f61a07ea757b686ed17d5de862b696eee70816eb Mon Sep 17 00:00:00 2001 From: emily-roth Date: Mon, 3 Feb 2025 14:59:38 -0500 Subject: [PATCH] typo fixes --- src/content/docs/topics/writingsystems/cldr-and-sldr.md | 2 +- src/content/docs/topics/writingsystems/ldml.md | 8 +++++--- src/content/docs/topics/writingsystems/locale-data.md | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/content/docs/topics/writingsystems/cldr-and-sldr.md b/src/content/docs/topics/writingsystems/cldr-and-sldr.md index 039a01e..56bf631 100644 --- a/src/content/docs/topics/writingsystems/cldr-and-sldr.md +++ b/src/content/docs/topics/writingsystems/cldr-and-sldr.md @@ -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. diff --git a/src/content/docs/topics/writingsystems/ldml.md b/src/content/docs/topics/writingsystems/ldml.md index de164ef..b6c8dc1 100644 --- a/src/content/docs/topics/writingsystems/ldml.md +++ b/src/content/docs/topics/writingsystems/ldml.md @@ -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: ``` @@ -18,7 +20,7 @@ The specifications for LDML structure are described in [Unicode Technical Standa - Español + Español Inglés @@ -36,7 +38,7 @@ The specifications for LDML structure are described in [Unicode Technical Standa diff --git a/src/content/docs/topics/writingsystems/locale-data.md b/src/content/docs/topics/writingsystems/locale-data.md index b3897ce..4e80beb 100644 --- a/src/content/docs/topics/writingsystems/locale-data.md +++ b/src/content/docs/topics/writingsystems/locale-data.md @@ -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). @@ -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: