Skip to content

Commit

Permalink
chore: small fixes after migration to localize-tui
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyhalight committed Jan 11, 2025
1 parent c670985 commit 3b46758
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion l10n.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://pastebin.com/raw/jE9YWacs",
"$schema": "https://raw.githubusercontent.com/ilyhalight/localize/refs/heads/master/schema.json",
"service": "yandexbrowser",
"rootPath": "./src/localization"
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"lint": "npx oxlint --ignore-path=.oxlintignore && npx eslint",
"prepare": "husky",
"gen:wiki": "bun run ./scripts/wiki-gen/index.js",
"l10n": "bun run ./scripts/l10n-tui/index.ts",
"localize": "bun run l10n",
"postinstall": "patch-package"
},
Expand Down

0 comments on commit 3b46758

Please sign in to comment.