In the site starter, allow users to pick the default language for a site based on installed language packs. Adds RFE #10727.
This commit is contained in:
parent
f3a4bd1b68
commit
7c240127e8
4 changed files with 91 additions and 10 deletions
|
|
@ -174,6 +174,11 @@ our $I18N = {
|
|||
lastUpdated => 1031514049
|
||||
},
|
||||
|
||||
'language help' => {
|
||||
message => q|Select the default language for users on the site.|,
|
||||
lastUpdated => 1258340387,
|
||||
},
|
||||
|
||||
'559' => {
|
||||
message => q|On Create User (User)|,
|
||||
lastUpdated => 1185738895
|
||||
|
|
@ -4650,6 +4655,11 @@ Users may override this setting in their profile.
|
|||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'timezone help' => {
|
||||
message => 'Set up the default time zone for the site.',
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue