Skip to content

Settings and activity

3 results found

  1. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    0 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Thank you for you suggestion.


    The reason we don't ignore empty commits is because we want to keep the export process as fast as possible.


    Unfortunately, there's no setting with the Azure DevOps API that would prevent empty commits, so we'd have to make all the processing on our end to compare the exported file to linked file, and for bigger files that could really slow things down.


    To avoid making empty commits, you could use the API to check for updates in any of your languages (the List Languages method has an "updated" timestamp, which is the timestamp of the latest updated translation: https://poeditor.com/docs/api#languages_list). 


    If any updates are found, trigger the export webhook.  We also have callbacks for some events, based on which you could trigger the export: https://poeditor.com/kb/how-to-use-poeditor-callbacks

    Łukasz Rychter shared this idea  · 
  2. 7 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    under review  ·  4 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Łukasz Rychter supported this idea  · 
  3. 62 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    7 comments  ·  General  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Łukasz Rychter supported this idea  · 
    An error occurred while saving the comment
    Łukasz Rychter commented  · 

    Can we also have option to skip empty commits? (when no translations in given language were changed)

    In my case I run export webhook from my CI/CD, via Azure DevOps integration. I ended up with bunch of empty commits added each time the webhook is triggered.