2014-02-23 22:10:31 +08:00
|
|
|
<html>
|
|
|
|
<head>
|
2019-12-11 16:49:54 +08:00
|
|
|
<script src="/jsi18n/app1/"></script>
|
|
|
|
<script src="/jsi18n/app2/"></script>
|
2014-02-23 22:10:31 +08:00
|
|
|
<body>
|
|
|
|
<p id="app1string">
|
2019-12-11 16:49:54 +08:00
|
|
|
<script>
|
2014-02-23 22:10:31 +08:00
|
|
|
document.write(gettext('this app1 string is to be translated'))
|
|
|
|
</script>
|
|
|
|
</p>
|
|
|
|
<p id="app2string">
|
2019-12-11 16:49:54 +08:00
|
|
|
<script>
|
2014-02-23 22:10:31 +08:00
|
|
|
document.write(gettext('this app2 string is to be translated'))
|
|
|
|
</script>
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|