Skip to content

Instantly share code, notes, and snippets.

@gowram
Created October 30, 2014 06:04
Show Gist options
  • Save gowram/87f458cf66bb55662092 to your computer and use it in GitHub Desktop.
Save gowram/87f458cf66bb55662092 to your computer and use it in GitHub Desktop.
LANGUAGE_CODE = 'fr-Fr'
PARLER_DEFAULT_LANGUAGE_CODE = 'fr'
PARLER_LANGUAGES = {
2: (
{'code': 'en', },
{'code': 'fr', },
),
4: (
{'code': 'en', },
{'code': 'fr', },
{'code': 'it', },
{'code': 'de', },
),
'default': {
'fallback': 'en',
'hide_untranslated': False
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment