trytond-translate_apertium/configuration.py

15 lines
458 B
Python

#This file is part translate module for Tryton.
#The COPYRIGHT file at the top level of this repository contains
#the full copyright notices and license terms.
from trytond.model import fields
from trytond.pool import PoolMeta
__all__ = ['Configuration']
class Configuration:
__metaclass__ = PoolMeta
__name__ = 'translate.configuration'
apertium_unknown_words = fields.Boolean('Unknown Words',
help='Dissable Apertium unknown words')