Lists all locale files in the lang directory.
Future<List<String>> listLocaleFiles() async { final dataset = await load(); return dataset.locales; }