Skip to content
Snippets Groups Projects
  1. Sep 03, 2024
    • Pea Nut's avatar
      Remove gui/providers/providers.json from git repo · d04fd4d3
      Pea Nut authored
      It gets generated with `make vendor`. After removing it from git repo,
      the gui/providers/ directory does not exist anymore. The
      gen-providers-json script fails. Therefore the script was fixed and now
      creates gui/providers/ directory.
      d04fd4d3
  2. Jul 10, 2024
    • Pea Nut's avatar
      Add PKGBUILD to build Arch Linux development package · 47161aa6
      Pea Nut authored
      - provider is bitmask
      - version is current main, as testing latest stable in the CI after
        each commit does not have a real benefit
      - Added a new directory ArchLinux (there is already a for directory debian)
      - There is a new target `package_arch` to create the Arch package - There is a check before if we are on a Arch System
      - I did not add the `package_arch`  to the `packages` target (we can not be an Debian and Arch on the same time)
      - `make clean` deletes temporary build files
      - Updated .gitignore
      47161aa6
  3. Apr 14, 2021
  4. Nov 21, 2020
  5. Oct 23, 2020
  6. Sep 25, 2020
  7. Jul 28, 2020
  8. Jun 12, 2020
  9. Aug 28, 2019
  10. Aug 07, 2019
  11. Aug 05, 2019
  12. Jan 15, 2019
  13. Nov 20, 2018
    • meskio's avatar
      [feat] Generate messages.json for transifex · bb59e562
      meskio authored
      Add to 'make generate_locales' the generation of a
      'transifex/messages.json' that will be automatically pulled by transifex
      for translations.
      
      To incorporate translations from transifex into our project we'll need
      to manually download the selected translations and convert them with the
      transifex program into gotext format.
      
      -Resolves: #73
      bb59e562
  14. Jun 21, 2018
  15. Feb 21, 2018
    • meskio's avatar
      [feat] add i18n support · 868b796e
      meskio authored
      Using golang.org/x/text, wich is still in early stages of development,
      but seems to work good enough for our needs.
      
      - Resolves: #2
      868b796e
  16. Jan 16, 2018
Loading