# jetpack/16.2/locales.php

Jetpack – WP Security, Backup, Speed, &amp; Growth, version 16.2. 18 lines.

- Page: https://pluginprobe.com/plugins/jetpack/16.2/code/locales.php
- Raw: https://pluginprobe.com/plugins/jetpack/16.2/raw/locales.php
- Modified: 2025-11-24T17:00:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/jetpack/16.2/code/locales.php#L10-L20`.

```php
<?php
/**
 * Duplicated from the GlotPress/GlotPress-WP project.
 *
 * @package automattic/jetpack
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit( 0 );
}

/**
 * Import file from compat package.
 *
 * @deprecated Please use 'projects/packages/compat/lib/locales.php' instead.
 */
require_once JETPACK__PLUGIN_DIR . 'jetpack_vendor/automattic/jetpack-compat/lib/locales.php';

```
