Update to lunr-languages v1.4.0; resolves #1729

This renames the Dutch language code to `nl`, the Japanese code to `ja`, and
adds support for Arabic (`ar`) and Vietnamese (`vi`).
This commit is contained in:
Jim Porter
2020-02-21 13:55:20 -08:00
committed by Waylan Limberg
parent 37e645d623
commit a7c349cffa
9 changed files with 1127 additions and 139 deletions

View File

@@ -70,6 +70,14 @@ do, adding `--strict`, `--theme`, `--theme-dir`, and `--site-dir`.
[directory-urls]: ../user-guide/configuration.md#use_directory_urls
#### Updated lunr-languages support (#1729)
The `lunr-languages` plugin has been updated to 1.4.0, adding support for
Arabic (`ar`) and Vietnamese (`vi`) languages. In addition, the Dutch and
Japanese language codes have been changed to their standard values: `nl` and
`ja`, respectively. The old language codes (`du` and `jp`) remain as aliases but
may be removed in a future version of MkDocs.
### Other Changes and Additions to Version 1.1
* Bugfix: Ensure nested dot files in themes are ignored and document behavior (#1981).