Future<void> save(Bundle bundle) async { try { await _localRepo.saveBundle(bundle: bundle); } catch (e) { _log.w('Failed to cache translations.', e); } }