add i18n (requires installation from scratch of all existing examples)

This commit is contained in:
pls.153 2022-04-29 12:07:13 +02:00
parent ee69ed7c32
commit b4f2700ddc
16 changed files with 98 additions and 11 deletions

View file

@ -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)