diff --git a/docs/index.rst b/docs/index.rst index e695b3c4..0ddd3c4a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -2199,10 +2199,10 @@ be done very easily by introducing of a custom locale path in your project. See the following as a good example of overriding some English labels. -`custom settings -`__ -`custom locales directory -`__ +- `custom settings + `__ +- `custom locales directory + `__ Run the example project as follows: diff --git a/examples/simple/settings/alternative_labels.py b/examples/simple/settings/alternative_labels.py index 296a29c3..756b01c4 100644 --- a/examples/simple/settings/alternative_labels.py +++ b/examples/simple/settings/alternative_labels.py @@ -3,6 +3,5 @@ from .base import * LOCALE_PATHS = [ os.path.abspath(os.path.join(BASE_DIR, 'fobi_locale')), - # os.path.abspath(os.path.join(BASE_DIR, 'locale')), + os.path.abspath(os.path.join(BASE_DIR, 'locale')), ] -# import ipdb; ipdb.set_trace()