This is an automated email from the git hooks/post-receive script.
richard pushed a commit to branch main in repository torbutton.
commit 85210ba1493472ab264f5cbb9c7f03303ed6630d Author: Richard Pospesel richard@torproject.org AuthorDate: Tue Sep 27 19:00:01 2022 +0000
Bug 40924: Copy tor-launcher strings to torbutton
- update import-translations.sh script with tor-launcher branches --- import-translations.sh | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/import-translations.sh b/import-translations.sh index 077adddb..e0b8c3ed 100755 --- a/import-translations.sh +++ b/import-translations.sh @@ -23,6 +23,8 @@ FILEMAP=( "aboutDialog.dtd:torbutton-aboutdialogdtd" "browserOnboarding.properties:torbutton-browseronboardingproperties" "torbutton.dtd:torbutton-torbuttondtd" "torbutton.properties:torbutton-torbuttonproperties" + "network-settings.dtd:tor-launcher-network-settings" + "torlauncher.properties:tor-launcher-properties" )
# Verify that the FILEMAP contains an entry for each Torbutton file.