#!/bin/bash
#
# Move a translation that previously only existed in AnkiMobile to the core translations.
#

./ftl string move ftl/mobile-repo/mobile ftl/core-repo/core $*
