Skip to content

Commit

Permalink
Add lol to translationprovider
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-grace committed Apr 16, 2024
1 parent 0132a13 commit 2a571b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/messages/TranslationProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ async function loadLocaleData(locale: string) {
return (await import("./ui.ja.json")).default;
case "ko":
return (await import("./ui.ko.json")).default;
case "lol":
return (await import("./ui.lol.json")).default;
case "nl":
return (await import("./ui.nl.json")).default;
case "zh-cn":
Expand Down

0 comments on commit 2a571b2

Please sign in to comment.