Internationalization not working

2013-02-03 Thread Satendra Tiwari
Hi all, Language translation is not working for me, I want translation of my website in anyother language currently I am using Dutch(for experiment) I have done the following things: *settings.py* LANGUAGES = ( ('en', 'English'), ('nl', 'Dutch'), ) LANGUAGE_CODE = 'nl' LOCALE_PATH =

Re: Next steps for ticket #18150

2013-02-03 Thread Steven Vargas
Thanks, I added the tests and updated the patch file. There was another file that had to be modified in order to fix the bug. I think it is ready for review. On Sunday, February 3, 2013 3:00:26 PM UTC-8, charettes wrote: > > It looks like the appropriate module to add the test. > > The next step

Re: Next steps for ticket #18150

2013-02-03 Thread charettes
It looks like the appropriate module to add the test. The next step is to upload you patch with the test to #18150to get it reviewed. Simon Le dimanche 3 février 2013 17:26:29 UTC-5, Steven Vargas a écrit : > > Hi, back again. I wrote a test for 1815

Re: Next steps for ticket #18150

2013-02-03 Thread Steven Vargas
Hi, back again. I wrote a test for 18150, I put the test method in tests>regressiontests>file_uploads>tests.py, is this correct? The test fails with unchanged django package and passes with the patch I submitted. On Thursday, January 31, 2013 6:25:21 PM UTC-8, Steven Vargas wrote: > > Hi, I'm a