Answer the question
In order to leave comments, you need to log in
Project internationalization?
Good afternoon Toaster!!!
I have a problem with the internationalization of the project.
What I've done:
USE_I18N = True
LANGUAGES = (
('en', 'English'),
('uk', 'Ukrainian'),
)
LANGUAGE_CODE = 'en'
LOCALE_PATHS = (
os.path.join(BASE_DIR, 'locale'),
)
Answer the question
In order to leave comments, you need to log in
Unfortunately, everything is ok. simply. I specified the wrong path to the locale folder. More precisely, the path is correct, but the django folder was not created there.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question