Skip to content

Commit

Permalink
Correct sample es-ES lang/locale for sample
Browse files Browse the repository at this point in the history
  • Loading branch information
adamduncan committed Nov 21, 2020
1 parent c591c72 commit 94b35cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sample/es-ES/es-ES.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"layout": "layouts/base.njk",
"dir": "ltr",
"lang": "en",
"locale": "en-GB"
"lang": "es",
"locale": "es-ES"
}

0 comments on commit 94b35cf

Please sign in to comment.