Skip to content

Commit fa5503e

Browse files
committed
Add tamil (full) and occitan (partial) language support
1 parent 7dbc785 commit fa5503e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next-i18next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
defaultLocale: 'en',
44
// Remember to update src/lib/utility/locales.ts
55
// and src/lib/utility/date.ts as well
6-
locales: ['da', 'de', 'el', 'en', 'es', 'fr', 'it', 'lt', 'nb-NO', 'nl', 'pt', 'pt-BR', 'ru', 'sv', 'tr']
6+
locales: ['da', 'de', 'el', 'en', 'es', 'fr', 'it', 'lt', 'nb-NO', 'nl', 'pt', 'pt-BR', 'ru', 'sv', 'tr', 'oc', 'ta']
77
},
88
react: {
99
useSuspense: false

0 commit comments

Comments
 (0)