Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate coding from translations (viaTransifex) #62

Open
nelson6e65 opened this issue Jul 23, 2015 · 9 comments
Open

Separate coding from translations (viaTransifex) #62

nelson6e65 opened this issue Jul 23, 2015 · 9 comments

Comments

@nelson6e65
Copy link
Contributor

I guest is not viable to implement translations via gettext, like I suggested in #54. But you can still implement translations via Transifex! 😀

There is not only gettext format available, but also a PHP Alternative Array format.

There is a CLI client to automatize process:
http://docs.transifex.com/client/

You only need 1️⃣ add your project to Transifex and add languages, 2️⃣ install and configure your TX client and 3️⃣ : just run tx push --source when you update original files (or configure Transifex project to do this automatically) and tx pull -a to update your translations.

Check Transifex Platform... Is amazing!

The best part is that _current translations will not be lost_: you are able to update in Transifex by uploading *.php file. 😄

I just test in https://github.com/nelson6e65/ci_language

Check the .tx/config file, where I put the path of translations and source file.

You can make a TRANSLATORS.md, or something like that, to add current and recruit new translators to join in your transifex translation project. 😃

I think this will make you easier the translation merging. 👍

@giterlizzi
Copy link
Owner

Perfect 👍
Yesterday i have created e new project in Transifex and tested the workflow. The next step is create a translators team :)

Best regards,
Joseph

@nelson6e65
Copy link
Contributor Author

👍
I'm also nelson6e65 in Transifex. You can invite me to Spanish team. 😄

@Soeldner
Copy link

Soeldner commented Nov 9, 2015

Für ein wenig deutsch :) -> Soeldner

@giterlizzi
Copy link
Owner

@Soeldner Welcome!

@giterlizzi
Copy link
Owner

Hi for all translators!

I'm to work to add the name of original contributor inside on every language file after the pull from Transifex.

Transifex uses the original comments placed inside the master language and i don't have finded an out-of-the-box solution.

Best regards
Joseph

@rafamerino
Copy link

In case you need another spanish translator, here I am!

@giterlizzi
Copy link
Owner

Hi @rafamerino, added in Transifex team! You are welcome!
Joseph

@giterlizzi giterlizzi pinned this issue May 3, 2019
@kaktux
Copy link

kaktux commented Jun 26, 2020

Just a quick note as i found an typo in german translation - and couldnt get into transifex to mark it.
So before i forget:
In settings theres the line
"tpl»bootstrap3»showLoginOnFooter
Zeigt einen kleinen Loogin-Link im Fußbereich der Seite. Dies ist nützlich wenn die Funktion hideLoginLink aktiviert ist."

Loogin is the typo - one "o" to much.

@giterlizzi
Copy link
Owner

@kaktux joined in German team in Transifex
:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants