1. 07 Dec, 2021 3 commits
  2. 03 Dec, 2021 2 commits
  3. 02 Dec, 2021 2 commits
    • Silvano Cerza's avatar
      822134d9
    • Silvano Cerza's avatar
      Enhance i18n:check task (#1578) · 8f0e8aec
      Silvano Cerza authored
      i18n:check task used to verify only if the source en.po file was up to
      date. The new process instead verifies that all translations are up to
      date by downloading them directly from Transifex.
      
      The previous process was causing some issues since after uploading the
      en.po file Transifex would change its formatting, meaning when calling
      i18n:pull we would download a file containing the same information but
      formatted in a different way and that made the i18n:check command fail.
      
      By making the i18n:check task call i18n:pull instead of i18n:update we
      don't have issues with the formatting anymore.
      
      This change also covers a corner-case that would occur when the
      en.po file wasn't updated since a long time, the i18n:check wouldn't
      fail because the en.po was the same as before but that wouldn't mean
      that the translations were up to date with the latest from Transifex.
      8f0e8aec
  4. 30 Nov, 2021 1 commit
  5. 26 Nov, 2021 1 commit
  6. 25 Nov, 2021 2 commits
  7. 23 Nov, 2021 2 commits
  8. 22 Nov, 2021 2 commits
  9. 19 Nov, 2021 25 commits