You are here

function locale_admin_export in Localization client 5

Page handler for the translation export screen

1 string reference to 'locale_admin_export'
locale_menu in locale/locale.module
Implementation of hook_menu().

File

locale/locale.module, line 388
Enables administrators to manage the site interface languages.

Code

function locale_admin_export() {
  include_once './includes/locale.inc';
  return _locale_admin_export_screen();
}