about summary refs log tree commit diff
path: root/doc/package-notes.xml
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2018-09-21 21:37:09 +0200
committerMaximilian Bosch <maximilian@mbosch.me>2019-05-23 15:53:50 +0200
commit77d8f5c040db8ebcdd98c0a8af0f534b9bf0c7a4 (patch)
tree46d9b5ddc5db2578b8557d3376015ba51375d194 /doc/package-notes.xml
parenta9d67d54b03e76e19236f9ed45da51a219c35feb (diff)
ibus-engines.typing-booster: support french by default
This has been postponed[1] because of an unclear state of the french
dictionary provided by hunspell[2].

[1] https://github.com/NixOS/nixpkgs/pull/46779#issuecomment-422764601
[2] https://github.com/NixOS/nixpkgs/issues/46940#issuecomment-423288963
Diffstat (limited to 'doc/package-notes.xml')
-rw-r--r--doc/package-notes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/package-notes.xml b/doc/package-notes.xml
index d3cffab33076f..29b6b2420b5ba 100644
--- a/doc/package-notes.xml
+++ b/doc/package-notes.xml
@@ -494,7 +494,7 @@ stdenv.mkDerivation {
    <para>
     The IBus engine is based on <literal>hunspell</literal> to support
     completion in many languages. By default the dictionaries
-    <literal>de-de</literal>, <literal>en-us</literal>,
+    <literal>de-de</literal>, <literal>en-us</literal>, <literal>fr-moderne</literal>
     <literal>es-es</literal>, <literal>it-it</literal>,
     <literal>sv-se</literal> and <literal>sv-fi</literal> are in use. To add
     another dictionary, the package can be overridden like this: