Fix more i18n issues with the RenderThingData macro. Addresses bug #12141
This commit is contained in:
parent
926cfd18e4
commit
90b37da740
3 changed files with 11 additions and 4 deletions
|
|
@ -4,13 +4,19 @@ use strict;
|
|||
our $I18N = {
|
||||
|
||||
'bad tags' => {
|
||||
message => q||,
|
||||
message => q|RenderThingData: Thingy output contains script tags.|,
|
||||
lastUpdated => 1306275259,
|
||||
},
|
||||
|
||||
'no template' => {
|
||||
message => q|RenderThingData: Please specify a template.|,
|
||||
lastUpdated => 1149177662,
|
||||
lastUpdated => 1306337467,
|
||||
},
|
||||
|
||||
'bad url' => {
|
||||
message => q|Bad URL: |,
|
||||
lastUpdated => 1306337468,
|
||||
context => q|A URL with missing parameters or one that does not refer to a Thingy asset.|,
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue