filenameFor static method

String filenameFor(
  1. String locale
)

Filename for a backend JSON locale file: <locale>.json (e.g. en.json, pt-BR.json). Both icu-json and flat-json use it.

Implementation

static String filenameFor(String locale) => '$locale.json';