UNPKG

next-translate-scanner

Version:

Scan next-translate code for translations and update json files.

7 lines (6 loc) 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const isPluralKey = (key) => { return /(?:_zero|_one|_two|_few|_many|_other|_[0-9]+)$/.test(key); }; exports.default = isPluralKey;