To test whether internationalization is done properly, rename this folder
a known non-existing locale. Set browser to contain that locale and
visit Plinth. Every string that is i18ned properly will show up in
capitals. Other strings will show as regular string.
Django picks up locale files from project directory and application
directories. Move the locales into project directory.
Also update the po files using 'django-admin makemessages'.