Fix race condition of $XDG_CACHE_HOME/rply creation.
As we run check_po for ten files in parallel, we end up in a race condition about the creation of $XDG_CACHE_HOME/rply. That's why we check the first file before checking the rest (#17359#note-14).