constant LOCALE_TRANSLATION_DEFAULT_FILENAME

Default file name of translation files stored in the local file system.

The file name containing placeholders which are also used by the server pattern. See locale_translation_build_server_pattern() for supported placeholders.

File

drupal/core/modules/locale/locale.module, line 103
Enables the translation of the user interface to languages other than English.

Code

const LOCALE_TRANSLATION_DEFAULT_FILENAME = '%project-%version.%language.po';