Begin international USPS shipping driver.
This commit is contained in:
parent
63b797c875
commit
15514cb97a
2 changed files with 373 additions and 0 deletions
15
lib/WebGUI/i18n/English/ShipDriver_USPSInternational.pm
Normal file
15
lib/WebGUI/i18n/English/ShipDriver_USPSInternational.pm
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue