[tbb-commits] [Git][tpo/applications/tor-browser-build][main] Bug 40951: Copy tor-browser.ftl to the right directory on macOS.
boklm (@boklm)
git at gitlab.torproject.org
Fri Sep 8 08:02:44 UTC 2023
boklm pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
bed1acda by Pier Angelo Vendrame at 2023-09-08T10:01:18+02:00
Bug 40951: Copy tor-browser.ftl to the right directory on macOS.
While we store our Japanese translation in ja, on macOS we need to move
the file to the ja-JP-mac directory.
- - - - -
1 changed file:
- projects/firefox/build
Changes:
=====================================
projects/firefox/build
=====================================
@@ -134,7 +134,7 @@ mkdir "$HOME/.mozbuild"
lang="ja"
fi
[% END -%]
- mv "$transl_tor_browser/$lang/tor-browser.ftl" "$l10ncentral/$lang/browser/browser/"
+ mv "$transl_tor_browser/$lang/tor-browser.ftl" "$l10ncentral/$central_lang/browser/browser/"
mv "$transl_tor_browser/$lang/cryptoSafetyPrompt.properties" "$l10ncentral/$central_lang/browser/chrome/browser/"
mv "$transl_tor_browser/$lang" "$torbutton_locales/"
echo "% locale torbutton $lang %locale/$lang/" >> "$torbutton_jar"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/bed1acda34184a1cec6cc84af13659c9f68b1ad7
--
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/bed1acda34184a1cec6cc84af13659c9f68b1ad7
You're receiving this email because of your account on gitlab.torproject.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.torproject.org/pipermail/tbb-commits/attachments/20230908/cacd8088/attachment.htm>
More information about the tbb-commits
mailing list