Harmony & Persona language files
-
@baris By the way, is there perhaps a way to locally run a download of the latest language files from transifex? Many times there are strings that are hard to understand without the context, so you have to translate and wait for the next version to see...
-
Indeed! I will likely write a Developer FAQ article about it.
How do I retrieve the latest translations from Transifex without waiting for Misty?
Once a day, Misty pulls the latest translations in from Transifex. If you are a translator, and you wish to see your translations in NodeBB sooner rather tha...
NodeBB Community (community.nodebb.org)
-
@julian Thanks for that,
@julian said in How do I retrieve the latest translations from Transifex without waiting for Misty?:When you run a tx command for the first time, it will prompt you to enter your API key you created above.
I installed the client via pip and ran the `tx pull' command in the nodebb folder and got an error:
And it doesn't ask for the token. -
Trytx pull -t
(for "translations")I don't know why you're getting that error,
tx pull
works fine for me. You may want to reach out to Transifex support.`tx push` and `tx pull` show the error `tx ERROR: not enough values to unpack (expected 2, got 1)` 路 Issue #110 路 transifex/cli
The following command tx push -s shows the following error: tx ERROR: not enough values to unpack (expected 2, got 1) I just upgraded to the new version that supports the new config file format.
GitHub (github.com)
Might be you're using the wrong transifex client.You are using the wrong transifex client. Sorry, I will update the URL in the guide to point to the new one.
Edit: Guide updated.