All Projects → Arbify → Arbify

Arbify / Arbify

Licence: apache-2.0
ARB files localization tool. Dedicated to Flutter and its intl package.

Projects that are alternatives of or similar to Arbify

Jquery.ime
jQuery based input methods library
Stars: ✭ 145 (-13.69%)
Mutual labels:  localization, internationalization, intl
Goloc
A flexible tool for application localization using Google Sheets.
Stars: ✭ 42 (-75%)
Mutual labels:  localization, internationalization, intl
Fluent
Fluent — planning, spec and documentation
Stars: ✭ 818 (+386.9%)
Mutual labels:  localization, internationalization, intl
Formatjs
The monorepo home to all of the FormatJS related libraries, most notably react-intl.
Stars: ✭ 12,869 (+7560.12%)
Mutual labels:  localization, internationalization, intl
arbify flutter
Flutter package providing Arbify support.
Stars: ✭ 18 (-89.29%)
Mutual labels:  internationalization, localization, intl
Eo Locale
🌏Internationalize js apps 👔Elegant lightweight library based on Internationalization API
Stars: ✭ 290 (+72.62%)
Mutual labels:  localization, internationalization, intl
iXn
Control your localization of apps
Stars: ✭ 20 (-88.1%)
Mutual labels:  internationalization, localization, intl
Js Lingui
🌍📖 A readable, automated, and optimized (5 kb) internationalization for JavaScript
Stars: ✭ 3,249 (+1833.93%)
Mutual labels:  localization, internationalization, intl
Preferred Languages
Choose languages for displaying WordPress in, in order of preference.
Stars: ✭ 48 (-71.43%)
Mutual labels:  localization, internationalization
React Intl Hooks
React hooks for internationalization without the hassle ⚛️🌍
Stars: ✭ 64 (-61.9%)
Mutual labels:  localization, internationalization
Redux React I18n
An i18n solution for React/Redux and React Native projects
Stars: ✭ 64 (-61.9%)
Mutual labels:  localization, internationalization
Gatsby Starter Prismic I18n
Based on gatsby-starter-prismic with Internationalization (i18n) support
Stars: ✭ 77 (-54.17%)
Mutual labels:  localization, internationalization
Texterify
The localization management system.
Stars: ✭ 37 (-77.98%)
Mutual labels:  localization, internationalization
Frenchkiss.js
The blazing fast lightweight internationalization (i18n) module for javascript
Stars: ✭ 776 (+361.9%)
Mutual labels:  localization, internationalization
Locale2
💪 Try as hard as possible to detect the client's language tag ("locale") in node or the browser. Browserify and Webpack friendly!
Stars: ✭ 65 (-61.31%)
Mutual labels:  localization, internationalization
Keys Translations Manager
KTM, a locale management web app built on MERN stack, lets you manage and control locales in one place. It's particularly useful for someone who needs to manage multiple internationalization/localization projects.
Stars: ✭ 81 (-51.79%)
Mutual labels:  localization, internationalization
Angular I18next
angular v2.0+ integration with i18next v8.4+
Stars: ✭ 69 (-58.93%)
Mutual labels:  localization, internationalization
Pseudo Localization
Dynamic pseudo-localization in the browser and nodejs
Stars: ✭ 109 (-35.12%)
Mutual labels:  localization, internationalization
Eslint Plugin I18n Json
Fully extendable eslint plugin for JSON i18n translation files.
Stars: ✭ 101 (-39.88%)
Mutual labels:  internationalization, intl
Django Translations
Django model translation for perfectionists with deadlines.
Stars: ✭ 109 (-35.12%)
Mutual labels:  localization, internationalization

Arbify

PHP workflow

Arbify is currently abandoned. Features that are already present should work without a problem, but no further support or development will be made here, at least for some time. Feel free to fork it!

Screenshot

ARB files localization tool. Dedicated to Flutter and its intl package.

Installation

Firstly, copy the .env.example file to .env and fill it with the correct configuration for some of the services.

cp .env.example .env
nano .env # or vim or whatever you like :)

Commented lines are irrelevant, or you most probably shouldn't care about them. You may want to set MAIL_* variables to use a proper SMTP server. Arbify logs the emails instead of sending them by default.

Deploying

docker-compose build arbify
docker-compose up -d
docker-compose run --rm arbify docker/arbify/upgrade.sh

The build step and running the upgrade.sh script is required only after installing or updating the Arbify. You don't need to run it everytime.

After this you're ready to go to http://localhost:8000 and check out Arbify yourself!

The database is seeded with a pre-verified super administrator account admin with password password.

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].