All Projects → WeblateOrg → docker-compose

WeblateOrg / docker-compose

Licence: GPL-3.0 license
Docker compose for Weblate

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to docker-compose

locale-switcher
Browser Extension to quickly change your browser locale.
Stars: ✭ 75 (+20.97%)
Mutual labels:  internationalization, localization
iXn
Control your localization of apps
Stars: ✭ 20 (-67.74%)
Mutual labels:  internationalization, localization
L10ns
Internationalization workflow and formatting
Stars: ✭ 234 (+277.42%)
Mutual labels:  internationalization, localization
Flutter sheet localization
Generate Flutter localization from a simple online Google Sheets.
Stars: ✭ 212 (+241.94%)
Mutual labels:  internationalization, localization
i18n-literally
🍦 A simple way to introduce internationalization to your JS
Stars: ✭ 80 (+29.03%)
Mutual labels:  internationalization, localization
Serge
Continuous localization platform
Stars: ✭ 212 (+241.94%)
Mutual labels:  internationalization, localization
I18N-Portable
Simple and cross platform internationalization/translations for Xamarin and .NET
Stars: ✭ 102 (+64.52%)
Mutual labels:  internationalization, localization
React Translated
A dead simple way to add complex translations (i18n) in a React (DOM/Native) project 🌎🌍🌏
Stars: ✭ 176 (+183.87%)
Mutual labels:  internationalization, localization
ngx-translate-module-loader
Highly configurable and flexible translations loader for @ngx-translate/core
Stars: ✭ 31 (-50%)
Mutual labels:  internationalization, localization
React Native Globalize
Internationalization (i18n) for React Native
Stars: ✭ 246 (+296.77%)
Mutual labels:  internationalization, localization
textpacks
Textpattern CMS language files.
Stars: ✭ 25 (-59.68%)
Mutual labels:  internationalization, localization
sketch-crowdin
Connect your Sketch and Crowdin projects together
Stars: ✭ 35 (-43.55%)
Mutual labels:  internationalization, localization
Weblate
Web based localization tool with tight version control integration.
Stars: ✭ 2,719 (+4285.48%)
Mutual labels:  internationalization, localization
Lang.js
🎭 Laravel Translator class in JavaScript!
Stars: ✭ 232 (+274.19%)
Mutual labels:  internationalization, localization
Attranslate
Semi-automated Text Translator for Websites and Apps
Stars: ✭ 178 (+187.1%)
Mutual labels:  internationalization, localization
Counterpart
A translation and localization library for Node.js and the browser.
Stars: ✭ 239 (+285.48%)
Mutual labels:  internationalization, localization
Formatjs
The monorepo home to all of the FormatJS related libraries, most notably react-intl.
Stars: ✭ 12,869 (+20656.45%)
Mutual labels:  internationalization, localization
Node Gettext
A JavaScript implementation of gettext, a localization framework.
Stars: ✭ 175 (+182.26%)
Mutual labels:  internationalization, localization
Flutter translate
Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
Stars: ✭ 245 (+295.16%)
Mutual labels:  internationalization, localization
arbify flutter
Flutter package providing Arbify support.
Stars: ✭ 18 (-70.97%)
Mutual labels:  internationalization, localization
Weblate

Weblate is a copylefted libre software web-based continuous localization system, used by over 2500 libre projects and companies in more than 165 countries.

The docker-compose for Docker container for Weblate

Documentation

Documentation

Detailed documentation is available in Weblate documentation:

https://docs.weblate.org/en/latest/admin/install/docker.html

Getting started

  1. Clone the docker-compose repository:

    git clone https://github.com/WeblateOrg/docker-compose.git
    cd docker-compose
  2. Create a docker-compose.override.yml file with your settings.

    version: '3'
    services:
      weblate:
        ports:
          - 80:8080
        environment:
          WEBLATE_EMAIL_HOST: smtp.example.com
          WEBLATE_EMAIL_HOST_USER: user
          WEBLATE_EMAIL_HOST_PASSWORD: pass
          WEBLATE_ALLOWED_HOSTS: your hosts
          WEBLATE_ADMIN_PASSWORD: password for admin user
  3. Start it up:

    docker-compose up
  1. For more detailed instructions and configuration visit https://docs.weblate.org/en/latest/admin/install/docker.html

Rebuilding the weblate docker image

The docker-compose files can be found in https://github.com/WeblateOrg/docker-compose. The weblate docker image is built from https://github.com/WeblateOrg/docker.

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