Skip to content

Commit

Permalink
update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
octokatherine committed Oct 27, 2021
1 parent 283f3c0 commit 51f2d61
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 16,990 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ about: Create a report to help us improve
title: 'Bug: '
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand Down
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ about: Suggest an idea for this project
title: 'Feature Request: '
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
Expand Down
19 changes: 18 additions & 1 deletion next-i18next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
module.exports = {
i18n: {
defaultLocale: 'en',
locales: ['en', 'fr', 'es', 'it', 'fil', 'tr', 'nl', 'de', 'pt', 'ja', 'id', 'sw', 'bn', 'ar', 'hi', 'tl'],
locales: [
'en',
'fr',
'es',
'it',
'fil',
'tr',
'nl',
'de',
'pt',
'ja',
'id',
'sw',
'bn',
'ar',
'hi',
'tl',
],
},
}
Loading

0 comments on commit 51f2d61

Please sign in to comment.