Skip to content

Commit

Permalink
Merge pull request #354 from penge/i18n
Browse files Browse the repository at this point in the history
Implement i18n
  • Loading branch information
penge authored Mar 6, 2022
2 parents 4b22b93 + bce770a commit 8459498
Show file tree
Hide file tree
Showing 39 changed files with 1,020 additions and 416 deletions.
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require("esbuild").build({
"./src/background.ts",
"./src/notes.tsx",
"./src/options.tsx",
"./src/themes/custom/custom.ts",
"./src/themes/custom/custom.tsx",
...(process.env.NODE_ENV === "development" ? ["./src/integration/index.ts"] : []),
],
bundle: true,
Expand Down
271 changes: 271 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8459498

Please sign in to comment.