Changes between Initial Version and Version 4 of Ticket #24247
- Timestamp:
- Feb 1, 2015, 1:44:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24247 – Description
initial v4 8 8 9 9 Error: This script should be run from the Django SVN tree or your project or app tree. If you did indeed run it from the SVN checkout or your project or application, maybe you are just missing the conf/locale (in the django tree) or locale (for project and application) directory? It is not created automatically, you have to create it by hand if you want to enable i18n for your project or application. 10 11 Rationale: The problem I came across was that certain translations were not showing in Rosetta on the beta server (web server), but were showing on the development server (Mac OS System). After much investigation, it was because the web server was case sensitive, thus Rosetta was not able to recognize the LOCALE_PATH and bring in the proper translations.