View on GitHub

Babel

The multilingual framework to localize LaTeX, LuaLaTeX, XeLaTeX

What’s new in babel 25.11

2025-07-13

This is a minor release, mainly with some internal changes.

Preparing locale files for the new loader

The changes for the new language loader has no effect yet. They introduce a revised loading behavior for languages with ‘traditional’ (ldf) babel support. Previously, the system would first load the ldf file and then obtain information from babel-<name>.tex and the babel-<tag>.ini. The updated loading process will invert this order: it will initially attempt to load babel-<name>.tex, which will then select either the .ldf file (with some required additional info from the ini file) or the .ini data.

When making tests during the preparation of these initial changes, several findings emerged:

Fixes

Other changes