Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. locale.module

LOCALE_TRANSLATION_LOCAL

Translation source is a local file.

9 uses of LOCALE_TRANSLATION_LOCAL
locale_requirements in core/modules/locale/locale.install
Implements hook_requirements().
locale_translation_batch_fetch_download in core/modules/locale/locale.batch.inc
Implements callback_batch_operation().
locale_translation_batch_fetch_import in core/modules/locale/locale.batch.inc
Implements callback_batch_operation().
locale_translation_batch_status_check in core/modules/locale/locale.batch.inc
Implements callback_batch_operation().
locale_translation_check_projects_local in core/modules/locale/locale.compare.inc
Check and store the status and timestamp of local po files.

... See full list

File

core/modules/locale/locale.module, line 130

Code

const LOCALE_TRANSLATION_LOCAL = 'local';
RSS feed
Powered by Drupal