From d0113d090c033d97d42a0846aeb22ff9e97cc49a Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Apr 11 2022 06:47:26 +0000 Subject: F36 Change: Hunspell dictionary dir change (#789) Signed-off-by: Parag Nemade --- diff --git a/modules/release-notes/pages/desktop/Desktop_index.adoc b/modules/release-notes/pages/desktop/Desktop_index.adoc index 3733b6e..70c3b95 100644 --- a/modules/release-notes/pages/desktop/Desktop_index.adoc +++ b/modules/release-notes/pages/desktop/Desktop_index.adoc @@ -1,3 +1,6 @@ include::{partialsdir}/entities.adoc[] = Notable changes for desktop users + +This section lists changes in Fedora {PRODVER} relevant to desktop users. +Use the navigation tab on the left to view release notes for various fields of interest. diff --git a/modules/release-notes/pages/desktop/I18n.adoc b/modules/release-notes/pages/desktop/I18n.adoc new file mode 100644 index 0000000..6cb4f34 --- /dev/null +++ b/modules/release-notes/pages/desktop/I18n.adoc @@ -0,0 +1,9 @@ +include::{partialsdir}/entities.adoc[] + +[[sect-i18n]] += Internationalization + +== Hunspell dictionary dir change +In most of Linux distributions the standard Hunspell dictionary path is */usr/share/hunspell* but in Fedora we were still having */usr/share/myspell*. This change now installed all hunspell dictionary files into */usr/share/hunspell* directory path instead of */usr/share/myspell* path. The hunspell-filesystem package has been made to provide both paths installed on the system. + +All applications in Fedora using old directory path */usr/share/myspell* has been changed to use new directory path */usr/share/hunspell* so that spell checking functionality in them will continue to work as it worked before with old dictionary path.