From e841e3a0b43fee70888ff12e16fc6ec75bf474ab Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Tue, 26 Aug 2025 15:49:58 +0300 Subject: [PATCH] fix todo --- scripts/translations/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/translations/main.go b/scripts/translations/main.go index 5c7026d5..edd9e34b 100644 --- a/scripts/translations/main.go +++ b/scripts/translations/main.go @@ -25,7 +25,7 @@ import ( "github.com/AdguardTeam/golibs/osutil" ) -// TODO(ik): Update localesDir to "./client_v2/src/" for new frontend migration +// TODO(ik): Update localesDir and srcDir to "./client_v2/src/" for new frontend migration const ( twoskyConfFile = "./.twosky.json" localesDir = "./client/src/__locales"