Skip to content

Commit

Permalink
add punjabi locale
Browse files Browse the repository at this point in the history
  • Loading branch information
dawoodb7869 authored Jul 9, 2024
1 parent a879cd0 commit 90b9be0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,14 @@ const withMDX = require('@next/mdx')({ extension: /\.mdx?$/ })
module.exports = withMDX({
pageExtensions: ['js', 'jsx', 'mdx'],
i18n: {
locales: ['en', 'es', 'fr', 'zh', 'kr', 'tr', 'hin', 'pl', 'el', 'ms', 'bn', 'ur' , 'th', 'de', 'vi', 'rw', 'ja'],
locales: ['en', 'es', 'fr', 'zh', 'kr', 'tr', 'hin', 'pl', 'el', 'ms', 'bn', 'ur' , 'th', 'de', 'vi', 'rw', 'ja', 'pa'],
defaultLocale: 'en',
domains: [
{
domain: 'pa.hackclub.com',
defaultLocale: 'pa',
http: true
},
{
domain: 'hackclub.es',
defaultLocale: 'es',
Expand Down

0 comments on commit 90b9be0

Please sign in to comment.