diff options
| author | Tim Graham <timograham@gmail.com> | 2015-02-09 13:02:39 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-02-09 13:07:45 -0500 |
| commit | 6704b5298035d3041b9bc14b72e9a2858fef513f (patch) | |
| tree | e9bc725fd76d893933d1111ec3f437537b84dd81 /docs/internals/contributing/localizing.txt | |
| parent | 50aa1a790ca66c2a93e0a52e00c53375b269ff49 (diff) | |
Fixed #24269 -- Added docs about the process of managing translations in Django.
Diffstat (limited to 'docs/internals/contributing/localizing.txt')
| -rw-r--r-- | docs/internals/contributing/localizing.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/internals/contributing/localizing.txt b/docs/internals/contributing/localizing.txt index bb06da156d..f5837dbd8f 100644 --- a/docs/internals/contributing/localizing.txt +++ b/docs/internals/contributing/localizing.txt @@ -45,6 +45,13 @@ translating or add a language that isn't yet translated, here's what to do: For more information about how to use Transifex, read the `Transifex User Guide`_. +Translations from Transifex are only integrated into the Django repository at +the time of a new major release. We try to update them a second time during one +of the following minor releases, but that depends on the translation manager's +availability. So don't miss the string freeze period (between the release +candidate and the major release) to take the opportunity to complete and fix +the translations for your language! + Formats ------- |
