예제 #1
0
파일: pootle.py 프로젝트: flok99/pootle
def upgrade_to_25200():
    """Post-upgrade actions for upgrades to 25200."""
    from pootle.core.initdb import create_local_tm

    logging.info('About to create the local translation memory.')
    create_local_tm()
    logging.info('Succesfully created the local translation memory.')
예제 #2
0
def upgrade_to_25200():
    """Post-upgrade actions for upgrades to 25200."""
    from pootle.core.initdb import create_local_tm

    logging.info('About to create the local translation memory.')
    create_local_tm()
    logging.info('Succesfully created the local translation memory.')
예제 #3
0
def upgrade_to_25200():
    """Post-upgrade actions for upgrades to 25200."""
    from pootle.core.initdb import create_local_tm

    create_local_tm()
예제 #4
0
파일: pootle.py 프로젝트: fourks/pootle
def upgrade_to_25200():
    """Post-upgrade actions for upgrades to 25200."""
    from pootle.core.initdb import create_local_tm

    create_local_tm()