mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
add i18n (requires installation from scratch of all existing examples)
This commit is contained in:
parent
ee69ed7c32
commit
b4f2700ddc
16 changed files with 98 additions and 11 deletions
|
|
@ -63,6 +63,10 @@
|
|||
(dolist (file (list "package" "x" "ecl-ext" "ini" "qml")) ; load LQML symbols
|
||||
(load (merge-pathnames file "src/lisp/")))
|
||||
|
||||
(progn
|
||||
(defvar cl-user::*tr-path* (truename (cc *current* "i18n/")))
|
||||
(load "src/lisp/tr"))
|
||||
|
||||
#-mobile
|
||||
(progn
|
||||
(require :ecl-curl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue