test
Some checks failed
test / Run tests (push) Failing after 6s
build / Build (push) Failing after 9s
Some checks failed
test / Run tests (push) Failing after 6s
build / Build (push) Failing after 9s
This commit is contained in:
9
packages/chrome-extension-mock/i18n.ts
Normal file
9
packages/chrome-extension-mock/i18n.ts
Normal file
@ -0,0 +1,9 @@
|
||||
export default class I18n {
|
||||
getUILanguage() {
|
||||
return "zh-CN";
|
||||
}
|
||||
|
||||
getAcceptLanguages(callback: (lngs: string[]) => void) {
|
||||
callback(["zh-CN"]);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user