Skip to content

Commit

Permalink
fix(i18n): Update sidebar entry for "Usage" in Indonesian language
Browse files Browse the repository at this point in the history
  • Loading branch information
ImBIOS committed Oct 30, 2023
1 parent f383e4a commit adc3540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/pages/id/usage/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const frontmatter: Frontmatter = {
};
const lang = getLanguageFromURL(Astro.url.pathname);
const sidebarEntries = SIDEBAR[lang]["Pemakaian"]!;
const sidebarEntries = SIDEBAR[lang]["Usage"]!;
const files = await Astro.glob("./*.{md,mdx,astro}");
---

Expand Down

0 comments on commit adc3540

Please sign in to comment.