[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 42537 (TB): Move our Fluent files to toolkit.



Title: GitLab

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:

Changes:

  • projects/firefox/build
    ... ... @@ -118,7 +118,7 @@ mkdir "$HOME/.mozbuild"
    118 118
       ln -s ja ja-JP-mac
    
    119 119
       for lang in $supported_locales; do
    
    120 120
         # Fluent
    
    121
    -    mv $lang/base-browser.ftl "$l10ncentral/$lang/browser/browser/"
    
    121
    +    mv $lang/base-browser.ftl "$l10ncentral/$lang/toolkit/toolkit/global/"
    
    122 122
         # Properties (they use a different directory)
    
    123 123
         mv $lang/* "$l10ncentral/$lang/browser/chrome/browser/"
    
    124 124
       done
    
    ... ... @@ -139,7 +139,7 @@ mkdir "$HOME/.mozbuild"
    139 139
               source_lang="ja"
    
    140 140
             fi
    
    141 141
           [% END -%]
    
    142
    -      mv "$transl_tor_browser/$source_lang/tor-browser.ftl" "$l10ncentral/$lang/browser/browser/"
    
    142
    +      mv "$transl_tor_browser/$source_lang/tor-browser.ftl" "$l10ncentral/$lang/toolkit/toolkit/global/"
    
    143 143
           mv "$transl_tor_browser/$source_lang/cryptoSafetyPrompt.properties" "$l10ncentral/$lang/browser/chrome/browser/"
    
    144 144
           mv "$transl_tor_browser/$source_lang" "$torbutton_locales/$lang"
    
    145 145
           echo "% locale torbutton $lang %locale/$lang/" >> "$torbutton_jar"
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits