You are here

constant L10N_UPDATE_DEFAULT_SERVER_PATTERN in Localization update 7.2

Default location of gettext file on the translation server.

See also

l10n_update_default_translation_server().

2 uses of L10N_UPDATE_DEFAULT_SERVER_PATTERN
l10n_update_default_translation_server in ./l10n_update.compare.inc
Retrieve data for default server.
l10n_update_update_7209 in ./l10n_update.install
Update default variable values to use https.

File

./l10n_update.module, line 31
Download translations from remote localization server.

Code

define('L10N_UPDATE_DEFAULT_SERVER_PATTERN', 'https://ftp.drupal.org/files/translations/%core/%project/%project-%release.%language.po');