Skip to content

Commit

Permalink
grab the right i18n module
Browse files Browse the repository at this point in the history
  • Loading branch information
Cynosphere committed Oct 16, 2024
1 parent af78f91 commit 9b230a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mappings/discord/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ register((moonmap) => {
const name = "discord/i18n";
moonmap.register({
name,
find: ["getMessages:", "getLanguages:", "initialLocale", "document.cookie"],
find: ["getMessages:", "getLanguages:", ".jsona"],
process({ id }) {
moonmap.addModule(id, name);

Expand Down

0 comments on commit 9b230a5

Please sign in to comment.