1. <html>
    
  2. <head>
    
  3.   <script src="/jsi18n/app1/"></script>
    
  4.   <script src="/jsi18n/app2/"></script>
    
  5. <body>
    
  6.   <p id="app1string">
    
  7.     <script>
    
  8.       document.write(gettext('this app1 string is to be translated'))
    
  9.     </script>
    
  10.   </p>
    
  11.   <p id="app2string">
    
  12.     <script>
    
  13.       document.write(gettext('this app2 string is to be translated'))
    
  14.     </script>
    
  15.   </p>
    
  16. </body>
    
  17. </html>