Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: tests/expected_output/static/de/translate-html

Issue 29933596: Issue 5333 - Allow cms to generate relative pages (Closed) Base URL: https://hg.adblockplus.org/cms/
Patch Set: Add documentation, remove extraneous global Created Nov. 9, 2018, 8:16 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <html> 1 <html>
2 <body> 2 <body>
3 Simple TS with default: Übersetzen. 3 Simple TS with default: Übersetzen.
4 4
5 Same TS with no default: Übersetzen. 5 Same TS with no default: Übersetzen.
6 6
7 Another TS with no default: Deutsche <a href="http://foo.com/">Übersetzung</a>. 7 Another TS with no default: Deutsche <a href="http://foo.com/">Übersetzung</a>.
8 8
9 TS with fixed text: Fester text. 9 TS with fixed text: Fester text.
10 10
11 Nested translation: <a href="http://bar.de/">Bar</a> und <a href="http://baz.de/ ">Baz</a>. 11 Nested translation: <a href="http://bar.de/">Bar</a> und <a href="http://baz.de/ ">Baz</a>.
12 12
13 Link resolving: <a href="/de/translate" hreflang="de">Diese Seite</a>. 13 Link resolving: <a href="/de/translate" hreflang="de">Diese Seite</a>.
14 14
15 Link to a non-translatable page: <a href="/en/sitemap" hreflang="en">Seitenverze ichnis</a>. 15 Link to a non-translatable page: <a href="/en/sitemap" hreflang="en">Seitenverze ichnis</a>.
16 16
17 Entity escaping: Draggen&amp;droppen. 17 Entity escaping: Draggen&amp;droppen.
18 18
19 Entity escaping in links: <a href="http://foo.com/?a&amp;b">Bar</a>. 19 Entity escaping in links: <a href="http://foo.com/?a&amp;b">Bar</a>.
20 </body> 20 </body>
21 </html> 21 </html>
OLDNEW
« no previous file with comments | « tests/expected_output/static/de/translate ('k') | tests/expected_output/static/de/translate-include » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld