@override Future<void> init () async { if (!await langPath.exists()) { throw Exception('Missing $folder folder'); } registerLanguages(); _walk(langPath); }