bigbluebutton-Github/bigbluebutton-html5
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
..
.meteor updated Meteor from 1.10.1 to 1.10.2 2020-07-17 15:07:37 +00:00
client Fix hit area of more message bellow and css recalc 2021-02-01 19:12:04 -03:00
dev_local_deployment Added deploy_to_usr_share.sh to override locally bbb-html5 2021-02-16 15:59:01 +00:00
imports Applies changes needed to serve locale files as static content (#11234) 2021-03-11 06:42:41 -05:00
private Applies changes needed to serve locale files as static content (#11234) 2021-03-11 06:42:41 -05:00
public Applies changes needed to serve locale files as static content (#11234) 2021-03-11 06:42:41 -05:00
server Create ClientConnections structure and auth-token-validation collection 2020-09-01 09:07:56 -03:00
tests Merge remote-tracking branch 'upstream/develop' into add-tests-recording-to-video 2021-03-01 18:47:35 -03:00
.dockerignore
.eslintignore
.eslintrc.js Update for the WebdriverIO tests 2019-06-21 16:11:05 -04:00
.gitignore Applies changes needed to serve locale files as static content (#11234) 2021-03-11 06:42:41 -05:00
deploy_to_usr_share.sh Added deploy_to_usr_share.sh to override locally bbb-html5 2021-02-16 15:59:01 +00:00
docker-entrypoint.sh
Dockerfile
Dockerfile.dev
package-lock.json Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into march4-merge 2021-03-04 21:25:47 +00:00
package.json Merge branch 'v2.2.x-release' of github.com:bigbluebutton/bigbluebutton into march4-merge 2021-03-04 21:25:47 +00:00
test-html5.sh
TRANSIFEX_PULL_INSTRUCTIONS.md move transifex instructions to the repo from docs 2019-07-30 10:27:30 -07:00
transifex.sh Applies changes needed to serve locale files as static content (#11234) 2021-03-11 06:42:41 -05:00