Skip to content

Commit

Permalink
Using fr_FR as a locale
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulRenvoise committed Sep 27, 2016
1 parent 5946f85 commit cd80488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parsedatetime/pdt_locales/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from __future__ import absolute_import
from .icu import get_icu

locales = ['de_DE', 'en_AU', 'en_US', 'es', 'nl_NL', 'pt_BR', 'ru_RU']
locales = ['de_DE', 'en_AU', 'en_US', 'es', 'nl_NL', 'pt_BR', 'ru_RU', 'fr_FR']

__locale_caches = {}

Expand Down

0 comments on commit cd80488

Please sign in to comment.