azahar/tools
2025-05-06 19:31:18 +01:00
..
README.md tools: Added additional note about translation inconsistencies in certain dev environments 2025-05-06 19:31:18 +01:00
reset-submodules.sh tools: Added new tool scripts for updating translations and the compatibility list 2025-04-30 10:39:41 +01:00
update-compatibility-list.sh tools: Added new tool scripts for updating translations and the compatibility list 2025-04-30 10:39:41 +01:00
update-translations.sh tools: Added new tool scripts for updating translations and the compatibility list 2025-04-30 10:39:41 +01:00

Tools

This directory contains several scripts which are intended to both document and ease the convenience of certain development processes.

The scripts in this directory assume that your current working directory is the Azahar root directory and the script is being called via ./tools/xxx.sh.

Pre-release checklist

  • Update compatibility list
  • Update translations

Note:

For reasons unknown, some part of the translation update process can inexplicably produce files with different content depending on the environment in which it is running, even when using the same version of the tool and the same distro.

For consistency, when updating the translations to be committed to the repository, always perform the update within the the Docker environment we use for Azahar's CI (opensauce04/azahar-build-environment:latest).