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

ilib-loctool-arb

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ilib-loctool-arb

Arb type of file handler plugin for Flutter localization

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

ilib-loctool-arb

An ilib loctool plugin to parse and localize arb files.

Configuration

By default, plugin will localize source intl_messages.arb file.
e.g. /asset/l10n/intl_messages.arb, and write localized file to a same location with name intl_[locale].arb
e.g. /asset/l10n/intl_es.arb.

ARB File

ARB - Application Resource Bundle is a file format for localization basedon JSON with the resource entries encoded as JSON object. Each object consists of a resource key with an optional attribute. ARB files are used to localize apps build with Flutter.

intl_messages.arb file

The intl_messages.arb file is generated extract_to_arb.dart program provided by intl_translation

Example file:

{
  "@@last_modified": "2023-08-28T13:51:31.807702",
  "_title": "Hello",
  "@_title": {
    "type": "text",
    "placeholders": {}
  },
  "_incrementButton": "Thank you",
  "@_incrementButton": {
    "type": "text",
    "placeholders": {}
  },
}

License

Copyright © 2023 JEDLSoft

This plugin is license under Apache2. See the LICENSE file for more details.

Release Notes

v1.0.0

  • Implement for ARB file type of localization.
    • It localizes the intl_messages.arb file which is the result of extract_to_arb.dart program provided by intl_translation

Keywords

FAQs

Package last updated on 06 Sep 2023

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