New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

laselector

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

laselector

Select the most suitable language based on the IETF language tag.

  • 1.0.5
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

la selector

la selector can help you select the most suitable language based on the IETF language tag.

Installation

npm i laselector

Usage

const { selectLanguage } = require('laselector')
// import { selectLanguage } from 'laselector'

// define `languages`
const languages = {
  default: 'it',
  supported: [
    'it',
    'fr',
    'nl',
    'da',
    'wal',
    'es-MX',
    'pt-PT',
    'ru-RU',
    'tr',
    'tr-CY'
  ]
}

for (const tag of [
  null,             // it
  'nob',            // da
  'wal',            // wal
  'pt',             // pt-PT
  'pt-PT',          // pt-PT
  'pt-BR',          // pt-PT
  'de',             // it
  'de-CH',          // fr
  'tr',             // tr
  'tur-CY',         // tr-CY
  'ro',             // it
  'ro-MD',          // ru-RU
  'ru',             // ru-RU
  'rus',            // ru-RU
  'cu-RU',          // ru-RU
  'uk',             // ru-RU
  'kk-KZ',          // ru-RU
  'fr',             // fr
  'ar',             // it
  'ar-EG',          // it
  'ar-MA',          // fr
  'af-ZA',          // nl
  'ca',             // es-MX
  'ca-ES-VALENCIA'  // es-MX
]) console.log(`${tag} => ${selectLanguage(tag, languages)}`)

Contributing

Contributions are only allowed in TON:

UQCYqT9-ycmXE3o57Cac1sM5ntIKdjqIwP3kzWmiZik0VU_b

Keywords

FAQs

Package last updated on 15 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc