Provide fname to declaim
This commit is contained in:
parent
4bf9525e66
commit
6fe194c5b4
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
("learn-more" ("en" "Learn More" "de" "Mehr erfahren" "fr" "En savoir plus")))
|
||||
"Localization (l10n) settings for multi-language support.")
|
||||
|
||||
(declaim (ftype (function (string string dict) string)))
|
||||
(declaim (ftype (function (string string dict) string) find-l10n))
|
||||
(defun find-l10n (key lang dict)
|
||||
"Finds the localized string for a given key and language."
|
||||
(let ((entry (cadr (assoc key dict :test #'string=))))
|
||||
|
|
Loading…
Add table
Reference in a new issue