Skip to content

Commit

Permalink
added English-Indian language
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Jul 3, 2009
1 parent 0f41b19 commit 6a1f775
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions interface/globals.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@
// Brazilian Portuguese // xl('Brazilian Portuguese')
// Chinese // xl('Chinese')
// Dutch // xl('Dutch')
// English // xl('English ')
// English (Indian) // xl('English (Indian)')
// English (Standard) // xl('English (Standard)')
// French // xl('French')
// German // xl('German')
// Greek // xl('Greek')
Expand All @@ -121,13 +122,13 @@
// 'language_menu_show' array
// -ONLY pertinent if above 'language_menu_all' toggle is set to false
// -Displays these chosen languages in the login menu
$GLOBALS['language_menu_show'] = array('English','Swedish');
$GLOBALS['language_menu_show'] = array('English (Standard)','Swedish');
//
// 'language_default'
// -Sets the default language
// -If login menu is on, then it will be the 'Default' choice in menu
// -If login menu is off, then it will choose this language
$GLOBALS['language_default'] = "English";
$GLOBALS['language_default'] = "English (Standard)";

// Language translation options
// -The globals below allow granular control to turn off translation of
Expand Down

0 comments on commit 6a1f775

Please sign in to comment.