#!/bin/bash
if [ `echo $LANG` = "es_ES.UTF-8" ]; then
    /opt/ink/ink-es
fi

if [ `echo $LANG` = "gl_ES.UTF-8" ]; then
    /opt/ink/ink-gl
fi

