|
Revision 43, 299 bytes
(checked in by jallen, 3 years ago)
|
|
Updated StyleCatcher? to latest 3.3 code: v1.1b1. Updated licensing to Artistic License; Implemented full localization; Improved clarity of application text; Improve onerous error message when executed from blog without setting up system settings
|
| Line | |
|---|
| 1 | # Copyright 2001-2006 Six Apart. This code cannot be redistributed without |
|---|
| 2 | # permission from www.sixapart.com. For more information, consult your |
|---|
| 3 | # Movable Type license. |
|---|
| 4 | # |
|---|
| 5 | # $Id: L10N.pm 29367 2006-05-20 04:42:10Z bchoate $ |
|---|
| 6 | |
|---|
| 7 | package StyleCatcher::L10N; |
|---|
| 8 | use strict; |
|---|
| 9 | use base 'MT::Plugin::L10N'; |
|---|
| 10 | |
|---|
| 11 | 1; |
|---|