Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
7ce5d12d
Commit
7ce5d12d
authored
Apr 16, 2012
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent name conflict
parent
1758f529
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
14 additions
and
11 deletions
+14
-11
weblate/html/check.html
weblate/html/check.html
+1
-1
weblate/html/check_project.html
weblate/html/check_project.html
+1
-1
weblate/html/check_subproject.html
weblate/html/check_subproject.html
+1
-1
weblate/html/checks.html
weblate/html/checks.html
+1
-1
weblate/html/dictionaries.html
weblate/html/dictionaries.html
+1
-1
weblate/html/js/dictionary.html
weblate/html/js/dictionary.html
+1
-1
weblate/html/js/other.html
weblate/html/js/other.html
+1
-1
weblate/html/js/similar.html
weblate/html/js/similar.html
+1
-1
weblate/html/registration/activation_email.txt
weblate/html/registration/activation_email.txt
+1
-1
weblate/html/registration/activation_email_subject.txt
weblate/html/registration/activation_email_subject.txt
+1
-1
weblate/html/translate.html
weblate/html/translate.html
+1
-1
weblate/trans/templatetags/translations.py
weblate/trans/templatetags/translations.py
+3
-0
No files found.
weblate/html/check.html
View file @
7ce5d12d
{% extends "base.html" %}
{% load i18n %}
{% load
weblate
%}
{% load
translations
%}
{% load url from future %}
{% block breadcums %}
...
...
weblate/html/check_project.html
View file @
7ce5d12d
{% extends "base.html" %}
{% load i18n %}
{% load
weblate
%}
{% load
translations
%}
{% load url from future %}
{% block breadcums %}
...
...
weblate/html/check_subproject.html
View file @
7ce5d12d
{% extends "base.html" %}
{% load i18n %}
{% load
weblate
%}
{% load
translations
%}
{% load url from future %}
{% block breadcums %}
...
...
weblate/html/checks.html
View file @
7ce5d12d
{% extends "base.html" %}
{% load i18n %}
{% load
weblate
%}
{% load
translations
%}
{% load url from future %}
{% block breadcums %}
...
...
weblate/html/dictionaries.html
View file @
7ce5d12d
{% extends "base.html" %}
{% load i18n %}
{% load
weblate
%}
{% load
translations
%}
{% load url from future %}
{% block breadcums %}
...
...
weblate/html/js/dictionary.html
View file @
7ce5d12d
{% load i18n %}
{% load
weblate
%}
{% load
translations
%}
{% if dictionary %}
<table>
<thead>
...
...
weblate/html/js/other.html
View file @
7ce5d12d
{% load i18n %}
{% load
weblate
%}
{% load
translations
%}
{% if other %}
<table>
<thead>
...
...
weblate/html/js/similar.html
View file @
7ce5d12d
{% load i18n %}
{% load
weblate
%}
{% load
translations
%}
{% if similar %}
<table>
<thead>
...
...
weblate/html/registration/activation_email.txt
View file @
7ce5d12d
{% load url from future %}{% load i18n %}{% load
weblate
%}{% filter wordwrap:72 %}{% blocktrans with site|site_title as site_title %}Hi,
{% load url from future %}{% load i18n %}{% load
translations
%}{% filter wordwrap:72 %}{% blocktrans with site|site_title as site_title %}Hi,
This is an automatic email to help you complete your registration
with {{ site_title }}.
...
...
weblate/html/registration/activation_email_subject.txt
View file @
7ce5d12d
{% load i18n %}{% load
weblate
%}{% blocktrans with site|site_title as site_title %}Your registration on {{ site_title }}{% endblocktrans %}
{% load i18n %}{% load
translations
%}{% blocktrans with site|site_title as site_title %}Your registration on {{ site_title }}{% endblocktrans %}
weblate/html/translate.html
View file @
7ce5d12d
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% load
weblate
%}
{% load
translations
%}
{% block breadcums %}
<li><a
href=
"{{ unit.translation.subproject.project.get_absolute_url }}"
>
{{ unit.translation.subproject.project }}
</a></li>
...
...
weblate/trans/templatetags/
weblate
.py
→
weblate/trans/templatetags/
translations
.py
View file @
7ce5d12d
...
...
@@ -8,6 +8,9 @@ from django.conf import settings
import
re
import
weblate
import
weblate.trans
from
weblate.trans.simplediff
import
htmlDiff
from
weblate.trans.util
import
split_plural
from
weblate.lang.models
import
Language
...
...
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