Keyboard Shortcuts
File
u
:
up to issue
m
:
publish + mail comments
M
:
edit review message
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
<Enter>
:
respond to / edit current comment
d
:
mark current comment as done
Issue
u
:
up to list of issues
m
:
publish + mail comments
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
#
:
close issue
Comment/message editing
<Ctrl>
+
s
or
<Ctrl>
+
Enter
:
save comment
<Esc>
:
cancel edit
Rietveld
Code Review Tool
Help
|
Bug tracker
|
Discussion group
|
Source code
Issues
All Issues
Delta Between Two Patch Sets: tests/test_site/pages/translate-partial.md
Issue
29659605
:
Issue 6231 - Add tests for translation string substitution (Closed)
Left Patch Set:
Created Jan. 8, 2018, 5:31 p.m.
Right Patch Set: Add tests for partial translation and for get_string
Created Jan. 19, 2018, 3:26 p.m.
Left:
Base
Patch Set 1: None
Patch Set 2: Add tests for different types of pages; also for includes and templates
Patch Set 3: Add tests for partial translation and for get_string
Right:
Patch Set 1: None
Patch Set 2: Add tests for different types of pages; also for includes and templates
Patch Set 3: Add tests for partial translation and for get_string
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
cms/sources.py
tests/expected_output/de/translate
tests/expected_output/de/translate-html
tests/expected_output/de/translate-include
tests/expected_output/de/translate-not-enough@dynamic
tests/expected_output/de/translate-not-enough@static
tests/expected_output/de/translate-partial
tests/expected_output/de/translate-template
tests/expected_output/de/translate-tmpl
tests/expected_output/en/sitemap
tests/expected_output/en/translate
tests/expected_output/en/translate-html
tests/expected_output/en/translate-include
tests/expected_output/en/translate-template
tests/expected_output/en/translate-tmpl
tests/test_page_outputs.py
tests/test_site/includes/included-translations.html
tests/test_site/locales/de/translate.json
tests/test_site/locales/de/translate-not-enough.json
tests/test_site/locales/en/translate.json
tests/test_site/pages/sitemap.tmpl
tests/test_site/pages/translate.md
tests/test_site/pages/translate-html.html
tests/test_site/pages/translate-include.md
tests/test_site/pages/translate-not-enough.md
tests/test_site/pages/translate-partial.md
tests/test_site/pages/translate-template.md
tests/test_site/pages/translate-tmpl.tmpl
tests/test_site/settings.ini
tests/test_site/templates/translatable-template.tmpl
tests/test_translations.py
Right:
Side by side diff
|
Download
« tests/test_page_outputs.py
('K') |
« tests/test_site/pages/translate-not-enough.md
('k') |
tests/test_site/pages/translate-template.md »
('j') |
no next file with change/comment »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
LEFT
RIGHT
(no file at all)
1
template = empty
2
3
This page only has half of translation in German, but enough to be generated.
4
5
- {{ simple TS1 }}.
6
- {{ ts2 TS2 }}.
LEFT
RIGHT
« tests/test_site/pages/translate-not-enough.md
('k') |
tests/test_site/pages/translate-template.md »
('j') |
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Toggle Comments
('s')
Edit Message
Issue 29659605: Issue 6231 - Add tests for translation string substitution (Closed)
Created Jan. 8, 2018, 5:31 p.m. by Vasily Kuznetsov
Modified Jan. 19, 2018, 8:06 p.m.
Reviewers: Jon Sonesen
Base URL:
Comments: 10
This is Rietveld