How get translation with namespace #3526
Replies: 1 comment
|
Hi @thsan995-glitch, Thanks for reaching out! ^^ Why you only see 2 languages on This endpoint is paginated (on keys) and includes namespace info ( About Recommended: Use the Export endpoint This returns all namespaces and languages in one go. Qt supports importing XLIFF, so that might be the easiest path. You can also export as JSON and convert to your TS format with a script. Alternatively, you can use the Tolgee CLI ( |
Uh oh!
There was an error while loading. Please reload this page.
Hi,
i looking for the possibility to checkout all translations with namespace in One request:
Currently, i get only the translations (https://app.tolgee.io/v2/projects/'.$PID.'/translations/en,de,fr,nl)
Without LC https://app.tolgee.io/v2/projects/'.$PID.'/translations -> i see all informations but** only for en,de** !!!
What ist the best way to fill up my qt6 ts file in one http request??
Best regarts
All reactions