Skip to content

Commit

Permalink
update store language config
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdfx committed Dec 26, 2023
1 parent 6a8da39 commit 2ca49aa
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 24 deletions.
2 changes: 1 addition & 1 deletion scripts/post-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function writeManifestFile(targetPath, fileContent) {

(async () => {
try {
const id = "1007";
const id = "1008";

const chromeFileName = `${pck.name}-chrome-edge-${pck.version}-${id}`;
const firefoxFileName = `${pck.name}-firefox-${pck.version}-${id}`;
Expand Down
4 changes: 1 addition & 3 deletions src/_locales/index.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[
{ "code": "en", "name": "English" },
{ "code": "zh_CN", "name": "中文(简体)" },
{ "code": "tr", "name": "Türkçe" }
{ "code": "en", "name": "English" }
]
10 changes: 0 additions & 10 deletions src/_locales/tr/messages.json

This file was deleted.

10 changes: 0 additions & 10 deletions src/_locales/zh_CN/messages.json

This file was deleted.

0 comments on commit 2ca49aa

Please sign in to comment.