Status of the translations
This page used to present an overview of the status of each translation of Drupal core's interface. Unfortunately, recent changes to how Drupal contributions are released meant that the way this page was generated no longer works. The localization server Google Summer of Code project deals with providing this overview. Until that is deployed, here is a solution to check for yourself.
Checking your translation status
To see how many of the strings in the PO files you have already translated, you can try this:
for i in *.po; do echo -n "$i: " ; msgfmt --statistics $i ; doneSome PO editors already include this feature.
