All Projects → Arbify → arbify_flutter

Arbify / arbify_flutter

Licence: Apache-2.0 license
Flutter package providing Arbify support.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to arbify flutter

Formatjs
The monorepo home to all of the FormatJS related libraries, most notably react-intl.
Stars: ✭ 12,869 (+71394.44%)
Mutual labels:  internationalization, localization, intl
Jquery.ime
jQuery based input methods library
Stars: ✭ 145 (+705.56%)
Mutual labels:  internationalization, localization, intl
Arbify
ARB files localization tool. Dedicated to Flutter and its intl package.
Stars: ✭ 168 (+833.33%)
Mutual labels:  internationalization, localization, intl
iXn
Control your localization of apps
Stars: ✭ 20 (+11.11%)
Mutual labels:  internationalization, localization, intl
Eo Locale
🌏Internationalize js apps 👔Elegant lightweight library based on Internationalization API
Stars: ✭ 290 (+1511.11%)
Mutual labels:  internationalization, localization, intl
Fluent
Fluent — planning, spec and documentation
Stars: ✭ 818 (+4444.44%)
Mutual labels:  internationalization, localization, intl
Js Lingui
🌍📖 A readable, automated, and optimized (5 kb) internationalization for JavaScript
Stars: ✭ 3,249 (+17950%)
Mutual labels:  internationalization, localization, intl
Goloc
A flexible tool for application localization using Google Sheets.
Stars: ✭ 42 (+133.33%)
Mutual labels:  internationalization, localization, intl
Dom I18n
Provides a very basic HTML multilingual support using JavaScript
Stars: ✭ 125 (+594.44%)
Mutual labels:  internationalization, localization
Serge
Continuous localization platform
Stars: ✭ 212 (+1077.78%)
Mutual labels:  internationalization, localization
Flutter sheet localization
Generate Flutter localization from a simple online Google Sheets.
Stars: ✭ 212 (+1077.78%)
Mutual labels:  internationalization, localization
Attranslate
Semi-automated Text Translator for Websites and Apps
Stars: ✭ 178 (+888.89%)
Mutual labels:  internationalization, localization
Traduora
Ever® Traduora - Open-Source Translation Management Platform
Stars: ✭ 1,580 (+8677.78%)
Mutual labels:  internationalization, localization
Node Gettext
A JavaScript implementation of gettext, a localization framework.
Stars: ✭ 175 (+872.22%)
Mutual labels:  internationalization, localization
Flutter translate
Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
Stars: ✭ 245 (+1261.11%)
Mutual labels:  internationalization, localization
Phabricator zh hans
Phabricator zh-Hans Translation & Tools.
Stars: ✭ 113 (+527.78%)
Mutual labels:  internationalization, localization
React Translated
A dead simple way to add complex translations (i18n) in a React (DOM/Native) project 🌎🌍🌏
Stars: ✭ 176 (+877.78%)
Mutual labels:  internationalization, localization
React Native Globalize
Internationalization (i18n) for React Native
Stars: ✭ 246 (+1266.67%)
Mutual labels:  internationalization, localization
Weblate
Web based localization tool with tight version control integration.
Stars: ✭ 2,719 (+15005.56%)
Mutual labels:  internationalization, localization
Counterpart
A translation and localization library for Node.js and the browser.
Stars: ✭ 239 (+1227.78%)
Mutual labels:  internationalization, localization

arbify

pub package Flutter workflow

A package providing support for internationalizing Flutter applications using intl package with Arbify.

Usage

$ flutter pub run arbify:download --help
Arbify download command-line utility.
-h, --help                Shows this help message.
-i, --[no-]interactive    Whether the command-line utility can ask you interactively.
                          (defaults to on)
-s, --secret=<secret>     Secret to be used for authenticating to the Arbify API.  
                          Overrides the secret from the .secret.arbify file. 

Use flutter pub run arbify:download to run a command-line utility that will guide you through setting up arbify package. This generally comes to two things:

  1. Adding configuration to your pubspec.yaml file

    arbify:
        url: https://arb.company.com
        project_id: 17
        outpur_dir: lib/l10n # default, can be ommited
  2. Adding your secret (obtained at https://arb.company.com/account/secrets/create) to .secret.arbify file.

Sample output

$ flutter pub run arbify:download

Output directory doesn't exist. Creating... done.
en                  Downloading... done.
pl                  Downloading... done.
mk                  Downloading... done.
Generating l10n.dart file... done 
Generating messages dart files... done
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].