Skip to content
  1. Dec 13, 2022
  2. Dec 09, 2022
  3. Dec 08, 2022
  4. Dec 07, 2022
  5. Dec 06, 2022
  6. Dec 04, 2022
  7. Dec 02, 2022
  8. Nov 30, 2022
  9. Nov 29, 2022
    • Pier Angelo Vendrame's avatar
      Bug 41473: Add Albanian to locales · ca328865
      Pier Angelo Vendrame authored
      ca328865
    • boklm's avatar
      Bug 40699: Fix input_files in projects/firefox-l10n/config · 985fe814
      boklm authored
      In input_files in projects/firefox-l10n/config we are doing this:
      
        my $locales = project_config($project, 'var/locales', $options);
        foreach my $locale (@$locales) {
          $locale = process_template($project, $locale, '.');
      
      In this foreach loop, `$locale` is pointing to the real string from
      `var/locales` and not a copy, and we are updating it with the output
      from `process_template`. This means that the template will be processed
      the first time the function is called (for example for a linux-x86_64
      build) and the processed value from the first call reused on subsequent
      calls (for example a macos build, where the `ja` locale is supposed to
      be different).
      
      This is what caused the reproducibility issue in
      tpo/applications/tor-browser-build!591 (comment 2857042)
      
      To fix that we just use a separate variable to store the processed
      template.
      985fe814
  10. Nov 25, 2022
  11. Nov 22, 2022
  12. Nov 21, 2022
  13. Nov 17, 2022
  14. Nov 16, 2022
    • Pier Angelo Vendrame's avatar
      Bug 40687: Updated the way to package locales with builds · 9b9d8a88
      Pier Angelo Vendrame authored
      The previous way we were using to merge locales in the builds worked
      with Linux and Windows, but not with macOS.
      9b9d8a88
    • Pier Angelo Vendrame's avatar
      Bug 40686: Add a temporary project to fetch Fluent tranlations for base-browser · 9deed6f8
      Pier Angelo Vendrame authored
      We are adding a notification to tell users they can change their
      language. It needs new strings, and I have decided to use Fluent for
      them, for a series of reasons.
      
      However, it is the first component to use Fluent, and it needs to be
      translated with Weblate, but we are not moving base-browser to Weblate,
      yet.
      So, we are using another branch on translation.git and we need a new
      project to fetch it, which I am adding with this commit.
      
      Also, I have changed how we manage base-browser translations, and
      transformed the TT for to a bash for, to keep the Firefox build script
      shorter, which is helpful for build debugging sessions.
      9deed6f8
  15. Nov 15, 2022
  16. Nov 10, 2022
  17. Nov 08, 2022
  18. Nov 07, 2022
  19. Nov 04, 2022