getArbFileParts static method

List<String> getArbFileParts(
  1. L10nConfig config
)

Returns 2 parts of ARB file name.

First parts is from start to locale. Second is from locale to the end.

Implementation

static List<String> getArbFileParts(L10nConfig config) =>
    config.translationFilesPattern.split(_localeVar);