#!/usr/bin/env bash
# translations.json -> translations.xlsx eguneratu.
set -e
cd "$(dirname "$0")"

python3 json_to_xlsx.py
