Fix bugs in adding other (CSS, sprite) files to bundles.

This commit is contained in:
Colin Kuskie 2009-05-18 21:33:13 +00:00
parent 98a1e4c409
commit 57c427cb6d
4 changed files with 62 additions and 10 deletions

View file

@ -70,6 +70,12 @@ our $I18N = {
context => q|Edit bundle label.|
},
'otherFiles' => {
message => q|CSS Images|,
lastUpdated => 1242681632,
context => q|Edit bundle label.|
},
'build this bundle' => {
message => q|Build this bundle|,
lastUpdated => 1242495011,
@ -94,6 +100,12 @@ our $I18N = {
context => q|Meaning that something has not been done at this time. Before the first time.|
},
'duplicate file' => {
message => q|A file with the same name already exists in the build directory.|,
lastUpdated => 1242515308,
context => q|Error message when building a new bundle.|
},
};
1;