You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cmp/compiler/src/react/server-only/translations.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ async function readFromFilesystem(
41
41
locale: LocaleCode,
42
42
basePath: string=process.cwd(),
43
43
): Promise<Record<string,string>>{
44
-
// TODO (AleksandrSl 02/12/2025): Sanity check. We need to try loading the most up to date translations first. Fo the dev mode they are in lingo. Gor build they are in next.
44
+
// TODO (AleksandrSl 15/12/2025): What should be the correct way here to load translations on server for other frameworks?
0 commit comments