Sha256: b121b8904188d032c823cad5bf908cbe93dd347bc809069f179a72300fea4f1f
Contents?: true
Size: 294 Bytes
Versions: 28
Compression:
Stored size: 294 Bytes
Contents
import en from "../string_data/en.mjs"; import es from "../string_data/es.mjs"; const STRING_TABLE = { en, es, }; // Locales to check if a string isn't localized in any of the // user's preferred languages. const DEFAULT_LOCALES = [ 'en' ]; export { STRING_TABLE, DEFAULT_LOCALES };
Version data entries
28 entries across 28 versions & 1 rubygems