Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
django-wiki
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
django-wiki
Commits
ef4cccf4
Commit
ef4cccf4
authored
Oct 22, 2013
by
Thomas Lottermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated translation. Fixed some minor issues.
parent
af767e38
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
93 additions
and
75 deletions
+93
-75
wiki/locale/de/LC_MESSAGES/django.mo
+0
-0
wiki/locale/de/LC_MESSAGES/django.po
+91
-73
wiki/plugins/macros/mdx/macro.py
+1
-1
wiki/templates/wiki/root_missing.html
+1
-1
No files found.
wiki/locale/de/LC_MESSAGES/django.mo
View file @
ef4cccf4
No preview for this file type
wiki/locale/de/LC_MESSAGES/django.po
View file @
ef4cccf4
This diff is collapsed.
Click to expand it.
wiki/plugins/macros/mdx/macro.py
View file @
ef4cccf4
...
...
@@ -86,7 +86,7 @@ class MacroPreprocessor(markdown.preprocessors.Preprocessor):
def
wikilink
(
self
):
return
""
toc
.
meta
=
dict
(
wikilink
.
meta
=
dict
(
short_description
=
_
(
u'WikiLinks'
),
help_text
=
_
(
u'Insert a link to another wiki page with a short notation.'
),
example_code
=
_
(
u'[[WikiLink]]'
),
...
...
wiki/templates/wiki/root_missing.html
View file @
ef4cccf4
...
...
@@ -8,7 +8,7 @@
{% trans "You have django-wiki installed... but there are no articles. So it's time to create the first one, the root article." %}
</p>
<p
class=
"lead"
>
{% trans "I
n
can be created and/or edited only by administrators, but you can define permissions after." %}
{% trans "I
t
can be created and/or edited only by administrators, but you can define permissions after." %}
</p>
{% endblock %}
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