Skip to content

Commit 2507f16

Browse files
committed
chore: update locale
1 parent 08a6e65 commit 2507f16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

crowdin.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# Your Crowdin credentials
33
#
4-
'project_id': 'CROWDIN_PAIMON_PROJECT_ID'
5-
'api_token_env': 'CROWDIN_PAIMON_PERSONAL_TOKEN'
4+
'project_id': 'CROWDIN_POMPOM_PROJECT_ID'
5+
'api_token_env': 'CROWDIN_POMPOM_PERSONAL_TOKEN'
66
'base_path': '.'
77
'base_url': 'https://api.crowdin.com'
88

src/contentScripts/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ICaptchaRequest } from '~/types'
88
tabId: -1,
99
}
1010

11-
console.info('[paimon-webext] init')
11+
console.info('[pompom-webext] init')
1212

1313
// eslint-disable-next-line
1414
window.postMessage({
@@ -17,7 +17,7 @@ import { ICaptchaRequest } from '~/types'
1717
}, '*')
1818

1919
onMessage('request_captcha', ({ data }) => {
20-
console.info('[paimon-webext] request_captcha', data)
20+
console.info('[pompom-webext] request_captcha', data)
2121
const { uid, tabId } = data
2222
Config.uid = uid
2323
Config.tabId = tabId

0 commit comments

Comments
 (0)