355 | | * Identify any strings that have not been wrapped in T() |
356 | | * Note: Not all strings need to be localized, and some definitely should not be: |
357 | | * Strings that are used as keys in dicts, e.g. `{"this_is_a_key": 5}`, should not be localized. |
358 | | * A string that is intended to be in one specific language should not be localized (e.g. the Language names in the Language selector in {{{deployment-templates/models/000_config.py}}}). |
| 355 | * Look at strings that have not been wrapped in {{{T( )}}} to see if they ought to be. But be cautious: Not all strings need to be localized, and some definitely should not be: |
| 356 | * Strings that are used as keys in dicts, e.g. `{"this_is_a_key": 5}`, should not be localized. |
| 357 | * A string that is intended to be in one specific language should not be localized (e.g. the Language names in the Language selector in {{{deployment-templates/models/000_config.py}}}). |