slint/tools/tr-extractor
Tobias Hunger d785f2d5df compiler: Store an optional version number with the document
A None value means the file on disk is the golden version.

We have an editor, the LSP and the preview that all need to at least
notice when they have newer data then their peers. So IMHO it makes
sense to have an optional document version around.

The language server protocol makes use of a version number already. This
patch moves that code into the compiler so that it is stored with the
actual data getting versioned.
2023-12-18 14:21:50 +01:00
..
Cargo.toml Janitor: add itertools as a workspace dependency 2023-10-13 13:40:27 +02:00
main.rs compiler: Store an optional version number with the document 2023-12-18 14:21:50 +01:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00

This utility extract @tr strings in a Slint file and generate a .po file