Skip to content

Commit

Permalink
Removing the locale identifier change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoramite committed Sep 18, 2017
1 parent 2eb2d1f commit b64a62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grow/pods/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def exists(self):

@utils.cached_property
def fields(self):
locale_identifier = str(self.locale_safe)
locale_identifier = str(self._locale_kwarg or self.default_locale)
return document_fields.DocumentFields(
self.format.front_matter.data, locale_identifier,
env_name=self.pod.env.name)
Expand Down

0 comments on commit b64a62b

Please sign in to comment.