# Is there a way to pull the most recent translations from Transifex?

**URL:** <https://meta.discourse.org/t/is-there-a-way-to-pull-the-most-recent-translations-from-transifex/48363>\
**Category:** Translations\
**Created:** [2016年八月8日 17:33 UTC](https://meta.discourse.org/t/is-there-a-way-to-pull-the-most-recent-translations-from-transifex/48363 "2016-08-08T17:33:20Z")\
**Posts on this page:** 4\
**Page:** 1

<div class="post-metadata">

**Author:** ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)\
**Post date:** [2016年八月8日 17:33 UTC](https://meta.discourse.org/t/is-there-a-way-to-pull-the-most-recent-translations-from-transifex/48363/1 "2016-08-08T17:33:20Z")

</div>

Is there a way to do this?

I have been making changes to the Albanian translation, and it would be handy to be able to run a command and pull them on my running production site.

I tried doing the following:

```
cd /var/discourse 
ruby script/pull_translations.rb

```

but I don’t have ruby installed. Is it simply a question of getting ruby installed?

---

<div class="post-metadata">

**Author:** ![frictionel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/frictionel/32/299701_2.png) [@frictionel](https://meta.discourse.org/u/frictionel)\
**Post date:** [2016年八月9日 19:53 UTC](https://meta.discourse.org/t/is-there-a-way-to-pull-the-most-recent-translations-from-transifex/48363/2 "2016-08-09T19:53:31Z")

</div>

The script and description is built for development I believe. But you should be able to run it if you enter the app first:

```
cd /var/discourse
./launcher enter app
ruby script/pull_translations.rb

```

---

<div class="post-metadata">

**Author:** ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)\
**Post date:** [2016年八月9日 21:23 UTC](https://meta.discourse.org/t/is-there-a-way-to-pull-the-most-recent-translations-from-transifex/48363/3 "2016-08-09T21:23:18Z")

</div>

Yes, it does look like that’s only for a development environment. I ran those three lines and the result is requires the transifex client, and the result is: The Transifex client needs to be installed to use this script.

---

<div class="post-metadata">

**Author:** ![amaral\_miguel2](https://avatars.discourse-cdn.com/v4/letter/a/c77e96/32.png) [@amaral\_miguel2](https://meta.discourse.org/u/amaral_miguel2)\
**Post date:** [2016年十月28日 20:37 UTC](https://meta.discourse.org/t/is-there-a-way-to-pull-the-most-recent-translations-from-transifex/48363/4 "2016-10-28T20:37:09Z")

</div>

I managed to install the client (had to use apt to install python and python-pip), and used my credentials on transifex to configure the /root/.transifexrc file. It worked.
