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
paraglide js uses this code to determine which files have been read when importing
sherlock would need to set up chokidar or similar to watch the read files, upon a change execute importFiles again
this file watching API is not part of the inlang SDK because node and file system dependencies are not suppose to be in the SDK, and loading projects from a directory (instead of files) is an interim workaround
The text was updated successfully, but these errors were encountered:
Another issue caused by Sherlock keeping translations state in memory: if you change the translation files manually and then extract a new translation, this will override the changes made in the files.
Context
From Discord
20250302-0100-01.8730684.mp4
Proposal
Fix/implement file watching.
Additional information
importFiles
againThe text was updated successfully, but these errors were encountered: