summaryrefslogtreecommitdiff
path: root/test/smoke-tests/webview/first_page.html
diff options
context:
space:
mode:
authorFelipe Erias Morandeira <femorandeira@igalia.com>2013-06-24 16:29:49 +0100
committerFelipe Erias Morandeira <femorandeira@igalia.com>2013-06-24 16:29:49 +0100
commitfe844f61937d3af03577488362dc116abade2c8d (patch)
tree1ddbbcfaf1a50ff2db891fb17048abb19d86130e /test/smoke-tests/webview/first_page.html
parent08ba6254f1a24456667998106ad1af36a718171f (diff)
Experimenting with translations.
[endlessm/eos-sdk#113]
Diffstat (limited to 'test/smoke-tests/webview/first_page.html')
-rw-r--r--test/smoke-tests/webview/first_page.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/smoke-tests/webview/first_page.html b/test/smoke-tests/webview/first_page.html
index 5b33c48..e2c2c1e 100644
--- a/test/smoke-tests/webview/first_page.html
+++ b/test/smoke-tests/webview/first_page.html
@@ -46,5 +46,11 @@ body {
<a href="endless://addStars?id=starspan">I want stars!</a> <span id="starspan" />
</p>
+<p>
+This is text that will not be translated: <span name="translatable" lang="pt_BR">Bom dia, mundo!</span>
+<br/>
+This is text that will be translated: <span name="translatable" lang="en_US">Hello, world!</span>
+</p>
+
</body>
</html> \ No newline at end of file