Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
locale.module
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
constant LOCALE_TRANSLATION_DOWNLOADED
Translation source is a downloaded file.
2 uses of LOCALE_TRANSLATION_DOWNLOADED
locale_translation_batch_fetch_import
in drupal/
core/
modules/
locale/
locale.batch.inc
Batch process: Import translation file.
locale_translation_download_source
in drupal/
core/
modules/
locale/
locale.batch.inc
Downloads source file from a remote server.
File
drupal/
core/
modules/
locale/
locale.module
, line 132
Enables the translation of the user interface to languages other than English.
Code
const
LOCALE_TRANSLATION_DOWNLOADED
=
'download'
;