mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-03 06:20:48 +08:00
Fix crowdin client code
This commit is contained in:
parent
fff0fd4d07
commit
5c0f1e409d
@ -3,7 +3,7 @@ const personalToken = process.env.CROWDIN_PERSONAL_TOKEN;
|
|||||||
const projectId = 531392;
|
const projectId = 531392;
|
||||||
|
|
||||||
// initialization of crowdin client
|
// initialization of crowdin client
|
||||||
const initClient = async () => {
|
const initClient = () => {
|
||||||
if (!personalToken) {
|
if (!personalToken) {
|
||||||
console.warn(
|
console.warn(
|
||||||
"No crowding personal token, some features might not work as expected"
|
"No crowding personal token, some features might not work as expected"
|
||||||
|
Loading…
Reference in New Issue
Block a user