Commit 37eeaf7c authored by PiDanShouRouZhouXD's avatar PiDanShouRouZhouXD
Browse files

update sakura, set 'enlarge small kana' option to False by default

parent 258746d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -397,7 +397,7 @@ class SakuraTranslator(BaseTranslator):
            'type': 'checkbox',
        },
        'do enlarge small kana': {
            'value': True,
            'value': False,
            'description': 'Enlarge small kana to normal size',
            'type': 'checkbox',
        }