Clears all translations from the local database.
@override Future<int> clearTranslations() { return delete(translations).go(); }