Commit Graph

35 Commits

Author SHA1 Message Date
Localization Server
d2a04edf67 chore: Pulled the latest 2.6 HTML5 locales from Transifex 2022-06-23 15:37:19 +00:00
Anton Georgiev
4402f20c34 chore: Merged BBB 2.5.2 into v2.6.x-release 2022-06-22 16:11:48 +00:00
Localization Server
bda31d0875 chore: Pulled the latest 2.5 HTML5 locales from Transifex 2022-06-21 15:21:37 +00:00
Ramon Souza
edeb70de0d Merge tag 'v2.5.1' into merge25-26-jun16 2022-06-16 13:58:54 -03:00
Localization Server
44ec5c9460 chore: Pulled the latest 2.4 HTML5 locales from Transifex 2022-05-30 14:42:32 -03:00
Ramon Souza
0d3a5326fc Merge remote-tracking branch 'upstream/v2.5.x-release' into 25260-may10 2022-05-10 10:53:00 -03:00
Localization Server
aac1f79221 chore: Pulled the latest 2.5 HTML5 locales from Transifex 2022-04-29 19:18:42 +00:00
Anton Georgiev
825cfc8d9f
Merge pull request #14666 from OneScreenSolutions/feat-poll-auto-options
feat: Feat poll auto options
2022-04-18 09:52:14 -04:00
Anton Georgiev
aaef76cd2e Merge branch 'v2.5.x-release' of github.com:bigbluebutton/bigbluebutton into merge-25-dev 2022-04-13 20:58:02 +00:00
Localization Server
763d8edd55 chore: Pulled the latest 2.4 HTML5 locales from Transifex 2022-04-12 16:43:08 -03:00
Daniel Petri Rocha
b29175a6c5
Merge branch 'develop' into pads-shared-notes-upload 2022-03-27 23:21:32 +02:00
muhammadameen252
ce590fc1c3 Merge branch 'v2.5.x-release' of https://github.com/bigbluebutton/bigbluebutton into HEAD 2022-03-24 20:14:43 +05:00
Localization Server
3d35ed4331 chore: Pulled the latest 2.4 HTML5 locales from Transifex 2022-03-22 14:26:16 -03:00
muhammadameen252
2b353d62e7 changed name of warning locale and resolved pasting text warning bug 2022-03-22 00:44:21 +05:00
muhammadameen252
7b7f3ff41c added auto optioning feature in poll 2022-03-21 22:58:11 +05:00
Daniel Petri Rocha
78f5a248f4 Refactoring: push business logic and custom UI into their own containers 2022-03-15 16:12:46 +01:00
Localization Server
fca15ad8e3 chore: Pulled the latest 2.4 HTML5 locales from Transifex 2022-03-09 17:51:39 +00:00
Daniel Petri Rocha
4995ad5d82 Shared notes: client-side UI, get PDF from bbb-pads 2022-03-08 01:25:44 +01:00
Localization Server
0edb4a0677 chore: Pulled the latest 2.4 HTML5 locales from Transifex 2022-02-04 14:04:43 +00:00
Localization Server
47ec25cad0 chore: Pulled the latest 2.4 HTML5 locales from Transifex 2022-01-13 21:03:32 +00:00
Localization Server
6e6986b639 chore: Pulled the latest 2.4 HTML5 locales from Transifex 2021-12-20 19:49:48 +00:00
Localization Server
6b4e20bed6 chore: Pulled the latest 2.4 HTML5 locales from Transifex 2021-11-10 20:14:56 +00:00
Anton Georgiev
2e90975f9f chore: Pulled 2.4 HTML5 locales Oct 8, 2021 2021-10-08 15:59:09 +00:00
Anton Georgiev
4cc67d2dbd chore: Pulled HTML5 2.4 locales on Sept 17 2021-09-17 21:20:52 +00:00
Anton Georgiev
4b28017572 chore: Pulled HTML5 locales on Aug 31, 2021 2021-08-31 20:51:54 +00:00
Ramon Souza
212c79b7b3 update 2.4 locales 2021-08-26 16:02:13 -03:00
Anton Georgiev
097857d799 chore: Pulled partial locales 2.4 HTML5 on Aug 11, 2021 2021-08-12 18:02:26 +00:00
Anton Georgiev
e1d72bb943 Pulled HTML5 locales, June 14, 2021 2021-06-14 22:25:54 +00:00
Anton Georgiev
4957f0218b chore(locales): Pulled HTML5 locales on May 31, 2021 2021-05-31 23:26:14 +00:00
Anton Georgiev
612b22da06 chore: Pulled HTML5 locales, May 12, 2021 2021-05-12 20:31:28 +00:00
Anton Georgiev
528dba7ed5 Pulled HTML5 locales; Added Afrikaans 2021-04-29 20:33:11 +00:00
Anton Georgiev
ecc9ce5206 Pulled HTML5 locales on Apr 23, 2021 2021-04-23 17:27:35 +00:00
Anton Georgiev
4a4efb94f8 Pulled HTML5 locales on Apr 1, 2021 2021-04-01 20:17:45 +00:00
Anton Georgiev
59cb2f107f Pulled HTML5 locales on March 12, 2021 2021-03-12 21:17:53 +00:00
Ramón Souza
0105373cee
Applies changes needed to serve locale files as static content (#11234)
* 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";
}
```
2021-03-11 06:42:41 -05:00