-
Notifications
You must be signed in to change notification settings - Fork 77
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
Comments
Perfect 👍 Best regards, |
👍 |
Für ein wenig deutsch :) -> Soeldner |
@Soeldner Welcome! |
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 |
In case you need another spanish translator, here I am! |
Hi @rafamerino, added in Transifex team! You are welcome! |
Just a quick note as i found an typo in german translation - and couldnt get into transifex to mark it. Loogin is the typo - one "o" to much. |
@kaktux joined in German team in Transifex |
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) andtx 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. 👍
The text was updated successfully, but these errors were encountered: