doc/release-process.md still instructs users to create the Transifex resource from src/qt/locale/bitcoin_en.xlf, even though that file no longer exists.
It was removed in #34808, which switched the Transifex source to the native Qt .ts file. That PR updated the other references to .xlf in this document, but this one was missed. The last step in the same list already refers to bitcoin_en.ts, as does .tx/config.
This patch updates the remaining outdated reference.
Docs-only change. No tests run.