From 820b9ec55b6297af314252ce1563ecf65607bd44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 3 Jun 2016 15:31:39 +0200 Subject: [PATCH] declare i18n.js URL (#11183) --- extra/modules/root.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/modules/root.py b/extra/modules/root.py index 918332e..dbcd595 100644 --- a/extra/modules/root.py +++ b/extra/modules/root.py @@ -770,7 +770,8 @@ class AlternateRootDirectory(OldRootDirectory): ('tmp-upload', 'tmp_upload'), 'json', '__version__', 'themes', 'pages', 'payment', 'invoices', 'accesscode', 'roles', 'api', 'code', 'fargo', 'tryauth', 'auth', 'preview', - ('reload-top', 'reload_top')] + ('reload-top', 'reload_top'), + ('i18n.js', 'i18n_js')] admin = admin.AdminRootDirectory() announces_dir = AnnouncesDirectory() -- 2.8.1