abouttreesummaryrefslogcommitdiff
path: root/check_layout.output
AgeCommit message (Collapse)AuthorFilesLines
2023-06-25Update check_layout.outputJules Aguillon1-1/+5
2023-06-24Specify the script of every layouts and localesJules Aguillon1-66/+33
This new information will avoid showing é on a cyrillic layout and ґ on a latin layout.
2023-06-22Allow to specify a layout scriptJules Aguillon1-37/+78
Add the `script` attribute, which will be used to implement script-specific extra keys.
2023-06-03Add automated checks on layoutsJules Aguillon1-0/+100
The script `check_layout.py` checks some properties about layouts. No check is an error. The result of running this script on every layouts is stored in the file `check_layout.output`, which is useful to track changes. Add make rules to run this script as well as `sync_translations`.