crabgrass/config/locales
Azul db929e91cc i18n: add rails translations for fa and hu 2020-04-28 10:33:52 +02:00
..
en feature: prevent creation of spam posts 2019-08-12 11:28:48 +02:00
rails i18n: add rails translations for fa and hu 2020-04-28 10:33:52 +02:00
README Updated translations from transifex 2018-07-24 14:52:10 +02:00
ar.yml Update translations from transifex 2018-11-08 18:11:16 +01:00
bg.yml Updated translations from transifex 2018-07-24 14:52:10 +02:00
ca.yml i18n: update translations from transifex 2020-04-25 11:02:01 +02:00
cs.yml Update translations from transifex 2018-10-16 13:31:02 +02:00
da.yml i18n: update translations from transifex 2020-04-25 11:02:01 +02:00
de.yml Tranlations: small changes for german and bask 2019-05-08 22:09:29 +02:00
el.yml Update translations from transifex 2018-10-16 13:31:02 +02:00
es.yml Updated translations from transifex for spanish, bask, french and polish 2019-04-20 10:16:48 +02:00
eu.yml Tranlations: small changes for german and bask 2019-05-08 22:09:29 +02:00
fa.yml Update fa.yml 2020-02-25 00:15:15 -08:00
fr.yml Updated translations from transifex for spanish, bask, french and polish 2019-04-20 10:16:48 +02:00
he.yml Updated translations from transifex 2018-07-24 14:52:10 +02:00
hu.yml i18n: update translations from transifex 2020-04-25 11:02:01 +02:00
it.yml Update translations from transifex 2018-10-16 13:31:02 +02:00
nl.yml Update translations from transifex 2018-10-16 13:31:02 +02:00
no.yml Update translations from transifex 2018-11-08 18:11:16 +01:00
pl.yml Updated translations from transifex for spanish, bask, french and polish 2019-04-20 10:16:48 +02:00
pt.yml Update translations from transifex 2018-10-16 13:31:02 +02:00
ru.yml Update translations from transifex 2018-10-16 13:31:02 +02:00
sv.yml Update translations from transifex 2018-10-16 13:31:02 +02:00
tr.yml i18n: update translations from transifex 2020-04-25 11:02:01 +02:00

README

I18n rake tasks
------------------------

There are several rake tasks, see in lib/tasks/i18n.rb

To get an overview run:
$ rake cg:i18n:bundle
$ rake cg:i18n:report

In order to download translations, you need a config/transifex.netrc file.
For example:
machine www.transifex.com login crabgrass password xxxxxxxxxxxxxxxxx

To download translations for all languages:
rake cg:i18n:download

TRANSIFEX
------------------------
To handle translations, we are using a system called Transifex. On transifex,
the crabgrass home page is here:
https://www.transifex.com/riseuplabs/crabgrass.
Translators see the value from the english source file.

There is more transifex documentation at https://docs.transifex.com/.

USING THE TRANSIFEX CLIENT
------------------------

The transifex client allows you to pull translations and update source files
from your console \o/.
https://docs.transifex.com/client/introduction

Installing the client:
https://docs.transifex.com/client/installing-the-client

Configuring the client:
https://docs.transifex.com/client/client-configuration

Command list:
--------------
$ tx status

Updating source files to transifex:
$ tx push --source

Downloading and overwriting local translation files:
$ tx pull -a