Skip to content

Commit

Permalink
Rename slint-extract-string -> slint-tr-extractor
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Jun 2, 2023
1 parent ec2fa67 commit 712ecb0
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ members = [
'tools/lsp',
'tools/updater',
'tools/viewer',
'tools/extract-strings',
'tools/tr-extractor',
'xtask',
]

Expand Down
2 changes: 1 addition & 1 deletion examples/gallery/update_translations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Run the script, translate, run the script again

find -name \*.slint | xargs cargo run -p slint-extract-strings -- -d gallery -o gallery.pot
find -name \*.slint | xargs cargo run -p slint-tr-extractor -- -d gallery -o gallery.pot

for po in lang/*/LC_MESSAGES
do msgmerge $po/gallery.po gallery.pot -o $po/gallery.po
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-commercial

[package]
name = "slint-extract-strings"
name = "slint-tr-extractor"
version = "1.0.0"
authors = ["Slint Developers <[email protected]>"]
edition = "2021"
Expand All @@ -17,5 +17,5 @@ chrono = {version="0.4.24", default-features = false, features = ["clock"] }
clap = { version = "4.0", features = ["derive", "wrap_help"] }

[[bin]]
name = "slint-extract-strings"
name = "slint-tr-extractor"
path = "main.rs"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 712ecb0

Please sign in to comment.