 Issue 29564702:
  Issue 5636 - Refactored language selector to use og locale location codes instead of locale codes  (Closed) 
  Base URL: https://bitbucket.org/adblockplus/adblockplus.org
    
  
    Issue 29564702:
  Issue 5636 - Refactored language selector to use og locale location codes instead of locale codes  (Closed) 
  Base URL: https://bitbucket.org/adblockplus/adblockplus.org| Index: filters/to_og_location.py | 
| =================================================================== | 
| new file mode 100644 | 
| --- /dev/null | 
| +++ b/filters/to_og_location.py | 
| @@ -0,0 +1,2 @@ | 
| +def to_og_location(og_locale): | 
| 
ire
2017/10/04 22:09:35
NIT: Missing copyright notice
 
juliandoucette
2017/10/05 12:11:12
Acknowledged.
 
juliandoucette
2017/10/05 12:17:39
Done.
 | 
| + return og_locale.split('_')[-1] |