diff --git a/docs/topics/i18n/internationalization.txt b/docs/topics/i18n/internationalization.txt
index fce2a2d..97c9ef5 100644
a
|
b
|
Each string in ``packages`` should be in Python dotted-package syntax (the
|
469 | 469 | same format as the strings in ``INSTALLED_APPS``) and should refer to a package |
470 | 470 | that contains a ``locale`` directory. If you specify multiple packages, all |
471 | 471 | those catalogs are merged into one catalog. This is useful if you have |
472 | | JavaScript that uses strings from different applications. |
| 472 | JavaScript that uses strings from different applications. By default, the view |
| 473 | uses the domain ``djangojs`` which can be changed by the ``domain`` setting. |
473 | 474 | |
474 | 475 | You can make the view dynamic by putting the packages into the URL pattern:: |
475 | 476 | |