All Projects → texterify → Texterify

texterify / Texterify

Licence: other
The localization management system.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Texterify

Flutter translate
Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
Stars: ✭ 245 (+562.16%)
Mutual labels:  i18n, localization, internationalization, translate
React Translated
A dead simple way to add complex translations (i18n) in a React (DOM/Native) project 🌎🌍🌏
Stars: ✭ 176 (+375.68%)
Mutual labels:  i18n, localization, internationalization, translate
React Intl Hooks
React hooks for internationalization without the hassle ⚛️🌍
Stars: ✭ 64 (+72.97%)
Mutual labels:  i18n, localization, internationalization, translate
Traduora
Ever® Traduora - Open-Source Translation Management Platform
Stars: ✭ 1,580 (+4170.27%)
Mutual labels:  api, localization, internationalization, i18n
i18n
Package i18n is for app Internationalization and Localization.
Stars: ✭ 79 (+113.51%)
Mutual labels:  i18n, internationalization, localization
Fluent
Fluent — planning, spec and documentation
Stars: ✭ 818 (+2110.81%)
Mutual labels:  localization, internationalization, translate
Mojito
An automation platform that enables continuous localization.
Stars: ✭ 256 (+591.89%)
Mutual labels:  i18n, localization, internationalization
Spree i18n
I18n translation files for Spree Commerce.
Stars: ✭ 338 (+813.51%)
Mutual labels:  i18n, rails, internationalization
rosetta
A blazing fast internationalization (i18n) library for Crystal with compile-time key lookup.
Stars: ✭ 23 (-37.84%)
Mutual labels:  i18n, internationalization, localization
Eo Locale
🌏Internationalize js apps 👔Elegant lightweight library based on Internationalization API
Stars: ✭ 290 (+683.78%)
Mutual labels:  i18n, localization, internationalization
React Localize Redux
Dead simple localization for your React components
Stars: ✭ 384 (+937.84%)
Mutual labels:  i18n, localization, internationalization
python-fluent
Python implementation of Project Fluent
Stars: ✭ 142 (+283.78%)
Mutual labels:  i18n, internationalization, localization
react-translator-component
React language translation module for developing a multilingual project.
Stars: ✭ 13 (-64.86%)
Mutual labels:  internationalization, localization, translate
labels
Bolt Labels extension - Translatable labels for Bolt
Stars: ✭ 18 (-51.35%)
Mutual labels:  i18n, internationalization, localization
plate
Internationalization library for Python
Stars: ✭ 31 (-16.22%)
Mutual labels:  i18n, internationalization, localization
Js Lingui
🌍📖 A readable, automated, and optimized (5 kb) internationalization for JavaScript
Stars: ✭ 3,249 (+8681.08%)
Mutual labels:  i18n, localization, internationalization
Fluent Rs
Rust implementation of Project Fluent
Stars: ✭ 503 (+1259.46%)
Mutual labels:  i18n, localization, internationalization
Laravel Js Localization
🌐 Convert your Laravel messages and consume them in the front-end!
Stars: ✭ 451 (+1118.92%)
Mutual labels:  i18n, localization, internationalization
Parrot
Self-hosted Localization Management Platform built with Go and Angular
Stars: ✭ 967 (+2513.51%)
Mutual labels:  api, i18n, localization
Mobility
Pluggable Ruby translation framework
Stars: ✭ 644 (+1640.54%)
Mutual labels:  i18n, rails, localization

Texterify

The modern localization management system.

Open Issues

Installation

The easiest way to get the software up and running is by using the official Docker image. We already have a ready to go docker-compose configuration for starting Texterify locally or on your server within seconds.

You only need to have docker and docker-compose installed on the system where Texterify will be running.

The process of starting the application is the following:

# Clone the docker-compose configuration.
git clone https://github.com/chrztoph/texterify-docker-compose-setup.git
cd texterify-docker-compose-setup

# Generate a secret key for the app.
# Make sure to keep this private.
echo SECRET_KEY_BASE=`openssl rand -hex 64` > secrets.env

# Start the service.
docker volume create --name=texterify-database
docker volume create --name=texterify-assets
docker-compose up -d

# Create the database.
docker-compose exec app bin/rails db:create db:migrate db:seed

# Service should now be available on http://localhost.

This will install the latest version of the service available at the time of setting up.

Tools & Integrations

Contributing

Want to help build Texterify?

We are happy about every help.

Troubleshooting

Why is the watcher command failing randomly with exit code 137?

If you receive the error below try to increase the memory (e.g. 8 GB) that docker can use. Webpacker unfortunately requires a lot of memory to compile all the assets.

> yarn start:watcher
...
Killed
error Command failed with exit code 137.

Security

Found a security issue? Please don't create an issue on GitHub. Instead send an email with your findings to [email protected].

License

See the LICENSE file for details.

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