Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 title=Adblock Plus | The world's # 1 free ad blocker | |
2 description=Adblock Plus, the most popular ad blocker on Firefox, Chrome, Safari , Android and iOS. Block pop-ups and annoying ads on websites like Facebook and YouTube. | |
3 | |
4 <head> | |
5 <link rel="stylesheet" href="/css/index.css"> | |
6 <link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/deta il/cfhdojbkjhnklbpkdaibdccddilifddb"> | |
7 </head> | |
8 | |
9 <? include hero-download ?> | |
10 <? include as-mentioned ?> | |
11 <? include features ?> | |
12 <? include abb-cross-promotion ?> | |
13 <? include footnote ?> | |
14 | |
15 <script id="hero-download-button-template" type="text/template"> | |
juliandoucette
2018/04/09 13:01:02
NIT: I'd prefer to output translations into a sing
ire
2018/04/12 08:05:46
Ack, I think we can handle this separately then.
| |
16 {% if locale in ["en", "de", "fr"] %} | |
17 {{ "Agree and Install for <fix>browser</fix>" | translate("agree-and-install -for-browser", "button label") }} | |
18 {% else %} | |
19 {{ "Install for <fix>browser</fix>" | translate("install-for-browser", "butt on label") }} | |
20 {% endif %} | |
21 </script> | |
22 | |
23 {% for browser in browsers %} | |
24 <script id="{{ browser.id }}-name-translated" type="text/template"> | |
25 {{ browser.name | translate(browser.id + "-name") }} | |
26 </script> | |
27 {% endfor %} | |
28 | |
29 <script src="/js/vendor/bowser.js"></script> | |
30 <script src="/js/index.js"></script> | |
OLD | NEW |