Merged in feat/syncDefaultMessage (pull request #3022)
Sync defaultMessage from lokalise * Enhance translation sync functionality and tests - Added logging for found component files during sync. - Introduced tests for handling complex components with replacements. - Updated regex in syncIntlFormatMessage to support optional second arguments. - Removed unused test files. * feat(syncDefaultMessage): add script for syncing default message with lokalise * feat(syncDefaultMessage): add script for syncing default message with lokalise Approved-by: Matilda Landström
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Queue,Worker } from "bullmq";
|
||||
import { Queue, Worker } from "bullmq";
|
||||
import z from "zod";
|
||||
|
||||
import { env } from "@/env";
|
||||
@@ -6,7 +6,7 @@ import { sentry } from "@/server/sentry.server.config";
|
||||
import { loggerModule } from "@/utils/logger";
|
||||
import { timeout } from "@/utils/timeout";
|
||||
|
||||
import { bullmqredis,redis } from ".";
|
||||
import { bullmqredis, redis } from ".";
|
||||
|
||||
const DELETE_JOB = "deleteQueueJob";
|
||||
const deleteQueueLogger = loggerModule("deleteQueue");
|
||||
|
||||
Reference in New Issue
Block a user