@danielsaidi I was reading your article: https://danielsaidi.com/blog/2025/12/02/a-better-way-to-localize-swift-packages-with-xcode-string-catalogs
And I've since moved all my Localizable.xcstrings to my SPM packages. However, Xcode is now marking all translations as stale (unless I marked them as manual). Is this to be expected?

