Add a changelog entry for the new i18n/l10n infrastructure
Marco Ricci

Marco Ricci commited on 2025-01-01 00:17:17
Zeige 1 geänderte Dateien mit 9 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1,9 @@
1
+### Added
2
+
3
+  - `derivepassphrase` now includes basic support for localization: if the
4
+    necessary translations are installed, then the diagnostics and help
5
+    texts can be emitted in different languages.  Internally, this uses
6
+    Python's standard [`gettext`][] system.
7
+
8
+    (As of this version, no translations have actually been prepared yet.)
9
+
0 10