Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
limbra
limbra
Commits
9b8633c3
Commit
9b8633c3
authored
Sep 01, 2016
by
LE GAC Renaud
Browse files
Fix namespace in javaScript translation files.
parent
8a36af2c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
1 deletion
+1
-1
models/common_settings.py
models/common_settings.py
+1
-1
static/limbra/locale/limbra-lang-en.js
static/limbra/locale/limbra-lang-en.js
+0
-0
static/limbra/locale/limbra-lang-fr.js
static/limbra/locale/limbra-lang-fr.js
+0
-0
No files found.
models/common_settings.py
View file @
9b8633c3
...
...
@@ -31,7 +31,7 @@ from regex import (REG_COLLABORATION,
plugins
=
PluginManager
()
plugins
.
dbui
.
app_css
=
'static/my.css'
plugins
.
dbui
.
app_debug
=
None
plugins
.
dbui
.
app_lg
=
'static/limbra/locale/
trp
-lang-fr.js'
plugins
.
dbui
.
app_lg
=
'static/limbra/locale/
limbra
-lang-fr.js'
plugins
.
dbui
.
app_libmin
=
'static/limbra-min.js'
plugins
.
dbui
.
app_script
=
'static/app.js'
# plugins.dbui.app_script_dir = None
...
...
static/limbra/locale/
trp
-lang-en.js
→
static/limbra/locale/
limbra
-lang-en.js
View file @
9b8633c3
File moved
static/limbra/locale/
trp
-lang-fr.js
→
static/limbra/locale/
limbra
-lang-fr.js
View file @
9b8633c3
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment