| | 284 | |
|---|
| | 285 | .. admonition:: Locale restrictions |
|---|
| | 286 | |
|---|
| | 287 | Django does support localising your application into a locale for which |
|---|
| | 288 | Django itself has not been translated -- it will ignore your translation |
|---|
| | 289 | files. If you were to try this and Django supported it, you would |
|---|
| | 290 | inevitably see a mixture of translated strings (from your application) and |
|---|
| | 291 | English strings (from Django itself). If you are wanting to support a |
|---|
| | 292 | locale for your application that is not already part of Django, you will |
|---|
| | 293 | need to make at least a minimal translation of the Django core. |
|---|