Extend the PickLanguage macro to let the user clear their overrides.
This commit is contained in:
parent
651d3b119d
commit
21223657a1
5 changed files with 41 additions and 9 deletions
|
|
@ -40,6 +40,21 @@ our $I18N = { ##hashref of hashes
|
|||
lastUpdated => 1131394072,
|
||||
context => q|The url to change languages|
|
||||
},
|
||||
'delete_url' => {
|
||||
message => q|The url that deletes the scratch language from the session.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|A template var to remove the scratch language|
|
||||
},
|
||||
'delete' => {
|
||||
message => q|Go back to profile language.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|An internationalized label to go back to the profile language|
|
||||
},
|
||||
'delete_label' => {
|
||||
message => q|A label for the link to go back to the profile language.|,
|
||||
lastUpdated => 1131394072,
|
||||
context => q|Help for delete_label|
|
||||
},
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue