# local-range **Repository Path**: mirrors_WebReflection/local-range ## Basic Information - **Project Name**: local-range - **Description**: No description available - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # local-range ```js const localRange = require('local-range'); localRange .toSubsetRanges({ // a folder to parse (i.e. ~/project/locale) folder: '', // with languages (folders) to include (default: all) include: [], // or languages (folders) to exclude / ignore (default: none) exclude: [], // how text / sentences should be retrieved // (by default the message field of the lang object) getText: info => info.message }) .then(console.log) .catch(console.error); ```