Skip to content

Commit

Permalink
fix locale for plus copy
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Mar 16, 2022
1 parent ae20f84 commit c07ce52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/spas.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ async function buildSPAs(options) {
// Building the MDN Plus feature pages.
const featuresDir = path.join(__dirname, "../copy/plus/features");
for (const page of fs.readdirSync(featuresDir)) {
const locale = "en-US";
const locale = "en-us";
const feature = page.split(".")[0];
const markdown = fs.readFileSync(path.join(featuresDir, page), "utf8");

Expand Down

0 comments on commit c07ce52

Please sign in to comment.