i18n-scan: utility to scan translatable strings in templates

This commit is contained in:
Quentin Gliech
2023-09-28 18:47:04 +02:00
parent 76f63838a3
commit 701a349b9e
14 changed files with 597 additions and 9 deletions

View File

@@ -0,0 +1,18 @@
[package]
name = "mas-i18n-scan"
version.workspace = true
license.workspace = true
authors.workspace = true
edition.workspace = true
homepage.workspace = true
repository.workspace = true
[dependencies]
camino.workspace = true
clap.workspace = true
tera.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
serde_json.workspace = true
mas-i18n = { path = "../i18n" }