Refactor the gallery album i18n so translators don't have to translate URLs
when not needed.
This commit is contained in:
parent
be0891f382
commit
b805e75765
2 changed files with 4 additions and 4 deletions
|
|
@ -29,12 +29,12 @@ our $I18N = {
|
|||
},
|
||||
|
||||
'add photo' => {
|
||||
message => '<li><a href="%s">Add Photo</a></li>',
|
||||
message => 'Add Photo',
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'return to album' => {
|
||||
message => '<li><a href="%s">Return to Album</a></li>',
|
||||
message => 'Return to Album',
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue