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

Delta Between Two Patch Sets: filters/to_og_locale.py

Issue 29480675: Issue 5329 - Added standard social media meta data to website-defaults (Closed) Base URL: https://hg.adblockplus.org/website-defaults
Left Patch Set: Fixed "pinterest" typo Created July 10, 2017, 6:39 p.m.
Right Patch Set: Rebased Created Aug. 22, 2017, 1:17 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | includes/meta/social.tmpl » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 og_locales = {
2 'ar': 'ar_AR',
3 'bg': 'bg_BG',
4 'de': 'de_DE',
5 'dk': 'da_DK',
6 'da': 'da_DK',
7 'en': 'en_US',
8 'es': 'es_LA',
9 'fr': 'fr_FR',
10 'el': 'el_GR',
11 'he': 'he_IL',
12 'hu': 'hu_HU',
13 'it': 'it_IT',
14 'ja': 'ja_JP',
15 'ko': 'ko_KR',
16 'lt': 'lt_LT',
17 'nl': 'nl_NL',
18 'pl': 'pl_PL',
19 'pt': 'pt_PT',
20 'pt_BR': 'pt_BR',
21 'ro': 'ro_RO',
22 'ru': 'ru_RU',
23 'sk': 'sk_SK',
24 'sl': 'sl_SI',
25 'sv': 'sv_SE',
26 'tr': 'tr_TR',
27 'vi': 'vi_VN',
28 'zh_CN': 'zh_CN',
29 'zh_TW': 'zh_TW',
30 }
31
32 def to_og_locale(locale):
33 return og_locales[locale]
LEFTRIGHT

Powered by Google App Engine
This is Rietveld