Skip to content

Commit

Permalink
re-enable languages
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartondock committed Apr 1, 2023
1 parent eba3195 commit 1bfa463
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lang/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,8 @@ function getMarkdown(langPath: string) {
}

// Make sure everything is exported as BCP 47 compatible codes
// let enabledLanguages = ['en-US', 'nl-NL', 'pt-BR','fr-FR','de-DE'];
let enabledLanguages = ['en-US'];
let enabledLanguages = ['en-US', 'nl-NL', 'pt-BR','fr-FR','de-DE'];
// let enabledLanguages = ['en-US'];
let langData = Object.fromEntries(enabledLanguages.map(x=>[x,{
langStrings: require(`./${x}/langStrings.json`),
markdowns: getMarkdown(`./${x}/markdown`)
Expand Down

0 comments on commit 1bfa463

Please sign in to comment.