summaryrefslogtreecommitdiff
path: root/includes/locale.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/locale.inc')
-rw-r--r--includes/locale.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index 44c94d3a1..36c3092ac 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -1283,6 +1283,9 @@ function _locale_export_remove_plural($entry) {
* List languages in search result table
*/
function _locale_string_language_list($translation) {
+ // Add CSS
+ drupal_add_css(drupal_get_path('module', 'locale') .'/locale.css');
+
$languages = locale_supported_languages(FALSE, TRUE);
unset($languages['name']['en']);
$output = '';