Last active
August 29, 2015 14:08
-
-
Save gustin/369eae3779522cd4e46a to your computer and use it in GitHub Desktop.
Locale Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| new Purpose({ | |
| account: 'oxfam', | |
| url: 'http://oxfam.api.movements.purpose.com', | |
| locale: 'es' // can be retrieved from cookie, or page url, or added by affiliate CMS, or anywhere really | |
| }).attach(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment