From aef97988dac0541747de8bcc85c7e27726eea4af Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Mon, 20 Dec 2021 22:57:08 +0100 Subject: [PATCH] docs: add release note about translation support --- docs/release-notes/rl-2205.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release-notes/rl-2205.adoc b/docs/release-notes/rl-2205.adoc index 0684bab61..ee4fc1fdf 100644 --- a/docs/release-notes/rl-2205.adoc +++ b/docs/release-notes/rl-2205.adoc @@ -6,11 +6,21 @@ This is the current unstable branch and the information in this section is there [[sec-release-22.05-highlights]] === Highlights +:hm-weblate: https://hosted.weblate.org/projects/home-manager/ + This release has the following notable changes: * The `programs.waybar.settings.modules` option was removed. Waybar modules should now be declared directly under `programs.waybar.settings`. +* Home Manager now partially support translation of texts into different languages. +Note, the support is quite limited at the moment. +Specifically, it only applies to parts of the system written in the Bash language, +such as the `home-manager` command line tool and the activation script. ++ +If you would like to contribute to the translation effort +then you can do so through the {hm-weblate}[Home Manager Weblate project]. + [[sec-release-22.05-state-version-changes]] === State Version Changes