OSDN Git Service

- Oops, fixed bug "ethna i18n" command could not specify locale.
authormumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Tue, 7 Oct 2008 15:51:04 +0000 (15:51 +0000)
committermumumu-org <mumumu-org@2ef88817-412d-0410-a32c-8029a115e976>
Tue, 7 Oct 2008 15:51:04 +0000 (15:51 +0000)
class/Plugin/Handle/Ethna_Plugin_Handle_I18n.php

index 6cbd7f7..5ea6a04 100644 (file)
@@ -28,7 +28,7 @@ class Ethna_Plugin_Handle_I18n extends Ethna_Plugin_Handle
     {
         $r = $this->_getopt(
                   array('basedir=',
-                        'locale',
+                        'locale=',
                         'gettext',
                   )
              );