The number of seconds that the translations status entry should be considered.
File
- core/modules/locale/locale.module, line 107
- Enables the translation of the user interface to languages other than English.
Code
1 | const LOCALE_TRANSLATION_STATUS_TTL = 600; |
Please login to continue.