1
0
Fork 0

Fix language code for Czech

This commit is contained in:
Bram Schoenmakers 2024-03-27 22:26:51 +01:00
parent ccfc34b1c0
commit 5753556163
Signed by: bram
GPG key ID: 0CCD19DFDC63258F
2 changed files with 5 additions and 1 deletions

View file

@ -198,6 +198,10 @@ There's also a [[https://github.com/casey/just][justfile]] which allows you to e
- Add support for traditional Chinese as possible summary language.
*** Fixes
- Fixed language code for Czech summaries.
** 0.4
*** Breaking changes

View file

@ -94,7 +94,7 @@ https://help.kagi.com/kagi/api/summarizer.html."
:group 'kagi)
(defvar kagi--languages '(("Bulgarian" . "BG")
("Czech" . "CZ")
("Czech" . "CS")
("Danish" . "DA")
("German" . "DE")
("Greek" . "EL")