4 Commits

Author SHA1 Message Date
Sunil Mohan Adapa
86d3d714fc Move missed out nb locale file too 2015-11-14 13:04:42 +05:30
Sunil Mohan Adapa
de70396261 Update translations for i18n fixes 2015-11-14 11:43:18 +05:30
Sunil Mohan Adapa
b84534eaec Create a fake locale translation for testing
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.
2015-11-13 22:44:46 +05:30
Sunil Mohan Adapa
8c91d9101b Move .po file to correct location
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'.
2015-11-13 22:42:04 +05:30