Begin international USPS shipping driver.

This commit is contained in:
Colin Kuskie 2009-11-05 12:50:00 -08:00
parent 63b797c875
commit 15514cb97a
2 changed files with 373 additions and 0 deletions

View file

@ -0,0 +1,15 @@
package WebGUI::i18n::English::ShipDriver_USPS;
use strict;
our $I18N = {
'U.S. Postal Service, International' => {
message => q|U.S. Postal Service, International|,
lastUpdated => 1203569535,
context => q|Name of the shipping driver|,
}
};
1;