Skip to content

Commit

Permalink
chore: update translations
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 21, 2022
1 parent 1002fda commit a11d13c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dl-librescore",
"version": "0.34.25",
"version": "0.34.26",
"description": "Download sheet music",
"main": "dist/main.user.js",
"bin": "dist/cli.js",
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import en from "./en.json";
import es from "./es.json";
import fr from "./fr.json";
import hu from "./hu.json";
import id from "./id.json";
import it from "./it.json";
import ja from "./ja.json";
import ko from "./ko.json";
Expand All @@ -26,6 +27,7 @@ function getLocale(): string {
"es",
"fr",
"hu",
"id",
"it",
"ja",
"ko",
Expand Down Expand Up @@ -104,6 +106,7 @@ export default i18n.init({
es: { translation: es },
fr: { translation: fr },
hu: { translation: hu },
id: { translation: id },
it: { translation: it },
ja: { translation: ja },
ko: { translation: ko },
Expand Down

0 comments on commit a11d13c

Please sign in to comment.