Skip to content

Commit

Permalink
Merge pull request #19988 from newrelic/akash/remove-fr-dropdown
Browse files Browse the repository at this point in the history
remove french from dropdown
  • Loading branch information
gmanandhar-nr authored Feb 18, 2025
2 parents d32d7eb + 862ca7c commit 39a65e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ module.exports = {
},
i18n: {
translationsPath: `${__dirname}/src/i18n/translations`,
additionalLocales: LOCALES,
additionalLocales: ['jp', 'kr', 'pt', 'es'],
},
prism: {
languages: [
Expand Down

0 comments on commit 39a65e1

Please sign in to comment.