[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 42537 (TB): Move our Fluent files to toolkit.
Pier Angelo Vendrame (@pierov)
git at gitlab.torproject.org
Mon Apr 22 17:13:52 UTC 2024
Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
fd4f3d0b by Pier Angelo Vendrame at 2024-04-22T19:13:34+02:00
Bug 42537 (TB): Move our Fluent files to toolkit.
For tor-browser#42537, we are moving our Fluent files to toolkit, so
that they are available also on Android, shall we need them.
This needs a couple of changes also on the tor-browser-build side.
- - - - -
1 changed file:
- projects/firefox/build
Changes:
=====================================
projects/firefox/build
=====================================
@@ -118,7 +118,7 @@ mkdir "$HOME/.mozbuild"
ln -s ja ja-JP-mac
for lang in $supported_locales; do
# Fluent
- mv $lang/base-browser.ftl "$l10ncentral/$lang/browser/browser/"
+ mv $lang/base-browser.ftl "$l10ncentral/$lang/toolkit/toolkit/global/"
# Properties (they use a different directory)
mv $lang/* "$l10ncentral/$lang/browser/chrome/browser/"
done
@@ -139,7 +139,7 @@ mkdir "$HOME/.mozbuild"
source_lang="ja"
fi
[% END -%]
- mv "$transl_tor_browser/$source_lang/tor-browser.ftl" "$l10ncentral/$lang/browser/browser/"
+ mv "$transl_tor_browser/$source_lang/tor-browser.ftl" "$l10ncentral/$lang/toolkit/toolkit/global/"
mv "$transl_tor_browser/$source_lang/cryptoSafetyPrompt.properties" "$l10ncentral/$lang/browser/chrome/browser/"
mv "$transl_tor_browser/$source_lang" "$torbutton_locales/$lang"
echo "% locale torbutton $lang %locale/$lang/" >> "$torbutton_jar"
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/fd4f3d0bc96afb5b45610223e3b58358ace43b5d
--
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/fd4f3d0bc96afb5b45610223e3b58358ace43b5d
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/tor-commits/attachments/20240422/46c01511/attachment-0001.htm>
More information about the tor-commits
mailing list