## Description of problem: When the project moved to fedoraproject.org, the PO files were accidentally deleted from git. http://git.fedoraproject.org/git/?p=hosted/system-config-display.git;a=commit;h=6c0b6a1a666a54d96800d814fbf6ebc122110fd5 This change shouldn't happen on git, only on the old cvs server. Someone will need to revert the last commit back.
*** Bug 437806 has been marked as a duplicate of this bug. ***
ankit, ping
Hi, I have added all PO files back in the directory "po". Please grab them and let me know once you are done with the migration of po files too... Thanks!
Ankit: no need to do so, we only need to revert the last commit in git. Adam, I think that just running a `git revert` will bring back the files, since it was the last commit to the repo. `git revert 6c0b6a1a666a54d96800d814fbf6ebc122110fd5`
Fixed in git.