filenameFor static method

String filenameFor(
  1. String locale
)

Filename convention for v1.0: app_<locale>.arb. Matches Flutter's gen_l10n default. v1.1 will spec a configurable pattern under platforms.<p>.filename_pattern.

Implementation

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