Settings and activity
4 results found
-
1 vote
That’s not a bug, it’s a feature. :)
What you are seeing are translations that were one in the project but were deleleted since then, which are stored in the Translation Memory.
More information regarding the Translation Memory is available here: https://poeditor.com/help/how_to_use_translation_memory
Arun Raju shared this idea · -
1 vote
Currently, there’s no method to show this. But you can use the languages/list method – https://poeditor.com/docs/api#languages_list – to get a percentage of completion for each of your project languages. Summing up these values and dividing the result to the number of languages you have in your project will get you the percentage of completion for your project.
Arun Raju shared this idea · -
1 voteArun Raju shared this idea ·
-
1 vote
If you check the response example for the terms/list method, you’ll see that it also contains the status of the poofread flag (the value will be 0 if the translation for that term isn’t proofread and 1 if it is): https://poeditor.com/docs/api#terms_list
Of course, you can always use the projects/export method – to export only the proofread strings via API: https://poeditor.com/docs/api#projects_export
Arun Raju shared this idea ·