Skip to content
Snippets Groups Projects
  1. Aug 02, 2021
  2. Jun 14, 2021
  3. Jun 04, 2021
  4. Jun 03, 2021
  5. Jun 02, 2021
  6. Jun 01, 2021
  7. Mar 23, 2021
  8. Mar 11, 2021
    • Ramón Souza's avatar
      Applies changes needed to serve locale files as static content (#11234) · 0105373c
      Ramón Souza authored
      * moving locales folder to /public and applying changes needed to serve locales as static files
      
      * better dev/prod check
      
      * transifex pull script changes to match new locales directory + ignore locales with less than 100 lines
      
      * fix local/prod locales path
      
      * merge fallback messages
      
      * applies new locale changes to legacy client
      
      `bbb-html5.nginx` file content should also be changed to the following:
      
      ```
      location /html5client/locales {
        alias /usr/share/meteor/bundle/programs/web.browser/app/locales;
      }
      
      location /html5client/compatibility {
        alias /usr/share/meteor/bundle/programs/web.browser/app/compatibility;
      }
      
      location /html5client/resources {
        alias /usr/share/meteor/bundle/programs/web.browser/app/resources;
      }
      
      location /html5client/svgs {
        alias /usr/share/meteor/bundle/programs/web.browser/app/svgs;
      }
      
      location /html5client/fonts {
        alias /usr/share/meteor/bundle/programs/web.browser/app/fonts;
      }
      
      location /html5client {
        # proxy_pass http://127.0.0.1:4100; # use for development
        proxy_pass http://poolhtml5servers; # use for production
        proxy_http_version 1.1;
        proxy_set_header Upgrade $http_upgrade;
        proxy_set_header Connection "Upgrade";
      }
      ```
      Unverified
      0105373c
  9. Feb 20, 2021
  10. Feb 12, 2021
  11. Jan 19, 2021
  12. Nov 18, 2020
  13. Sep 08, 2020
  14. Aug 25, 2020
  15. Aug 19, 2020
  16. Aug 07, 2020
  17. Jul 29, 2020
  18. Jul 15, 2020
  19. May 25, 2020
  20. May 12, 2020
  21. May 11, 2020
  22. Apr 23, 2020
  23. Apr 17, 2020
  24. Apr 15, 2020
  25. Mar 27, 2020
  26. Mar 26, 2020
  27. Mar 25, 2020
  28. Mar 11, 2020
  29. Feb 14, 2020
  30. Feb 11, 2020
  31. Jan 17, 2020
  32. Nov 15, 2019
  33. Nov 05, 2019
  34. Aug 16, 2019
  35. Jul 22, 2019
Loading