# Translation Files Directory

This directory is reserved for translation files.

For WordPress.org plugins, translations are handled automatically by the WordPress.org translation system.

To generate a .pot file for development purposes, use WP-CLI:

```bash
wp i18n make-pot . languages/thinkrank.pot --domain=thinkrank
```
