[latex3-commits] [git/LaTeX3-latex3-babel] docs: 3.80 (85f725d)
Javier
email at dante.de
Sat Sep 17 14:06:44 CEST 2022
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/85f725d9be982821573495ac0b57bc54a4200275
>---------------------------------------------------------------
commit 85f725d9be982821573495ac0b57bc54a4200275
Author: Javier <email at localhost>
Date: Sat Sep 17 14:06:44 2022 +0200
3.80
>---------------------------------------------------------------
85f725d9be982821573495ac0b57bc54a4200275
docs/_includes/menu.html | 1 +
docs/index.md | 1 +
docs/news/whats-new-in-babel-3.80.md | 27 ++++++++++++++++++++++++++-
3 files changed, 28 insertions(+), 1 deletion(-)
diff --git a/docs/_includes/menu.html b/docs/_includes/menu.html
index be4e5de..fbc914f 100644
--- a/docs/_includes/menu.html
+++ b/docs/_includes/menu.html
@@ -6,6 +6,7 @@
<!-- -->
<li><a href="#">News</a>
<ul>
+ <li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.80.html">3.80</a></li>
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.79.html">3.79</a></li>
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.78.html">3.78</a></li>
<li><a href="https://latex3.github.io/babel/news/whats-new-in-babel-3.77.html">3.77</a></li>
diff --git a/docs/index.md b/docs/index.md
index b3d2e32..4601d3f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -48,6 +48,7 @@ case, it's advisable to install TeXLive.)
| Version | Most relevant changes
| --- | --- |
+| [3.80](news/whats-new-in-babel-3.80.html) | Captions for Hausa. Ethiopic calendar. |
| [3.79](news/whats-new-in-babel-3.79.html) | Mainly a maintenance release. |
| [3.78](news/whats-new-in-babel-3.78.html) | Some locales updated to the CLDR 41. |
| [3.77](news/whats-new-in-babel-3.77.html) | More on calendars: `\today`, `coptic`. New locale `ar-SA`. |
diff --git a/docs/news/whats-new-in-babel-3.80.md b/docs/news/whats-new-in-babel-3.80.md
index 74ae175..03ae96f 100644
--- a/docs/news/whats-new-in-babel-3.80.md
+++ b/docs/news/whats-new-in-babel-3.80.md
@@ -1,6 +1,6 @@
# What's new in babel 3.80
-*Draft*
+2022-09-17
## Dates
@@ -8,3 +8,28 @@ There is a new calendar for `amharic`, named `ethiopic`.
The `ini` locale for `hungarian` provides a new date variant named
`superessive`, which prints something like ‘2022. augusztus 30-án’.
+
+Fixed the final dot in some locale dates, which should be represented
+by `[.]`. Remember you can define the behavior of this dot with
+`\BabelDateDot` (which by default is `.\@`), so that you can apply
+tricks like [Detect beginning of a sentence in a macro for
+capitalization](https://tex.stackexchange.com/a/4870/5735).
+
+There are a few additional fixes:
+* Latin: In `pdftex`, numerals were printed in arabic form.
+* Thai: Buddhist and Gregorian were reversed.
+* Persian: The Persian calendar was not loaded.
+
+## Locales
+
+* Captions for Hausa contributed by Abubakar Yusuf (@fatherofcamels).
+
+* More updates to the CLDR 41: Galician, Swiss German, Gujarati, Hausa,
+ Hebrew, Hindi, Croatian, Upper Sorbian, Hungarian, Armenian,
+ Interlingua, Indonesian, Igbo, Sichuan Yi, Icelandic, Italian,
+ Japanese, Ngomba, Georgian, Kabyle, Kabuverdianu, Kazakh, Kako,
+ Kalaallisut, Khmer, Kannada, Korean, Konkani, Kashmiri, Colognian,
+ Cornish, Kyrgyz, Lakota, Lao, Northern Luri, Lithuanian, Macedonian,
+ Malayalam, Mongolian.
+
+
More information about the latex3-commits
mailing list.