Skip to content
Snippets Groups Projects
  1. Jan 18, 2023
  2. Jan 16, 2023
  3. Jan 12, 2023
  4. Jan 09, 2023
  5. Dec 22, 2022
  6. Dec 19, 2022
  7. Dec 15, 2022
  8. Dec 09, 2022
  9. Dec 06, 2022
  10. Dec 05, 2022
  11. Dec 04, 2022
  12. Dec 02, 2022
  13. Nov 30, 2022
  14. 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
  15. Nov 25, 2022
  16. Nov 22, 2022
  17. Nov 21, 2022
  18. Nov 17, 2022
  19. 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
  20. Nov 15, 2022
Loading