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

@laserfiche/lf-resource-library

Package Overview
Dependencies
Maintainers
5
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@laserfiche/lf-resource-library

a library containing resource files that can be used in conjunction with LfLocalizationService from `@laserfiche/lf-js-utils`

1.0.0--preview-2037397991
unpublished
Source
npm
Version published
Weekly downloads
21
320%
Maintainers
5
Weekly downloads
 
Created
Source

Introduction

Contains resource files that can be used in conjunction with LfLocalizationService from @laserfiche/lf-js-utils.

Creating a new resource

  • Create a folder under resources (e.g. my-new-resources)
  • In that folder create a resource file for each supported language.
  • The file name should be in the format languagecode2-country/regioncode2. languagecode2 is a lowercase two-letter code derived from ISO 639-1. country/regioncode2 is derived from ISO 3166 and usually consists of two uppercase letters, or a BCP-47 language tag. codes. The file should have an extension of .json
    • en.json
    • en-US.json
    • zh-Hans.json
  • Required/Default Language: en.json
    • If a resource key is not found in the selected language, the en string will be used.
  • Optional Language: For Laserfiche, we recommend providing resources for at least: ar, en-US, en-GB, es, fr-CA, fr, pt-BR, zh-Hans, zh-Hant

Contribution

We welcome contributions and feedback. Please follow our contributing guidelines.

FAQs

Package last updated on 25 Mar 2022

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