UNPKG

next-translate-scanner

Version:

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

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