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
81771800
Commit
81771800
authored
Nov 30, 2012
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
19c4c57a
65281ce8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
weblate/media/css/style.css
weblate/media/css/style.css
+1
-1
weblate/trans/checks.py
weblate/trans/checks.py
+1
-0
weblate/trans/templatetags/translations.py
weblate/trans/templatetags/translations.py
+1
-1
No files found.
weblate/media/css/style.css
View file @
81771800
...
...
@@ -60,7 +60,7 @@ body.dir-rtl #menu {
.translatetext
{
background-color
:
#eee
;
}
.translatetext
a
,
.translatetext
a
span
{
.translatetext
a
,
.translatetext
a
span
.direction
{
display
:
block
;
}
tr
.current_translation
td
.translatetext
{
...
...
weblate/trans/checks.py
View file @
81771800
...
...
@@ -72,6 +72,7 @@ PLURAL_MATCH = re.compile(r'\(s\)(\W|\Z)')
SAME_BLACKLIST
=
frozenset
((
'audio'
,
'auto'
,
'avatar'
,
'bluetooth'
,
'bzip2'
,
'cm'
,
...
...
weblate/trans/templatetags/translations.py
View file @
81771800
...
...
@@ -112,7 +112,7 @@ def fmttranslation(value, language = None, diff = None):
value
=
'<hr />'
.
join
(
parts
)
return
mark_safe
(
'<span lang="%s" dir="%s">%s</span>'
%
(
language
.
code
,
language
.
direction
,
value
))
return
mark_safe
(
'<span lang="%s" dir="%s"
class="direction"
>%s</span>'
%
(
language
.
code
,
language
.
direction
,
value
))
@
register
.
filter
@
stringfilter
...
...
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