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

Side by Side Diff: includes/additional-support-options.tmpl

Issue 29329117: Issue 3193 - show different social media links for Chinese locale (Closed)
Patch Set: Created Oct. 14, 2015, 3:36 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ##{{social-contacts Still can't find what you're looking for? Contact us via:}} 1 <h2>{{"Still can't find what you're looking for? Contact us via:"|translate("soc ial-contacts")}}</h2>
2 2
3 * [Facebook](https://www.facebook.com/adblockplus) 3 <ul>
4 * [​Google+](https://plus.google.com/+AdblockPlus) 4 {% if locale == "zh_CN" %}
5 * [Twitter](https://twitter.com/adblockplus) 5 <li><a href="http://weibo.com/adblockplus">微博</a></li>
6 * [{{forum-android Forum Adblock Browser for Android}}](https://adblockplus.org/ forum/viewforum.php?f=24) 6 <li><a href="http://abpchina.org/forum/forum.php">中文论坛</a></li>
7 * [{{forum-ios Forum Adblock Browser for iOS}}](https://adblockplus.org/forum/vi ewforum.php?f=25) 7 {% else %}
8 <li><a href="https://www.facebook.com/adblockplus">Facebook</a></li>
9 <li><a href="https://plus.google.com/+AdblockPlus">​Google+</a></li>
10 <li><a href="https://twitter.com/adblockplus">Twitter</a></li>
11 <li><a href="https://adblockplus.org/forum/viewforum.php?f=24">{{"Forum Adbl ock Browser for Android"|translate("forum-android")}}</a></li>
12 <li><a href="https://adblockplus.org/forum/viewforum.php?f=25">{{"Forum Adbl ock Browser for iOS"|translate("forum-ios")}}</a></li>
13 {% endif %}
14 </ul>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld