67b906cc96
- Load the language files correctly when language is changed - Save user language in localstorage so that we can have it even if disconnected (but still load it from user settings eventually since user might be on a different device) - Load all locales from Cldr with Gettext - Fix pt-PT -> pt-BR - Clean some obsolete config.exs comments Later changes will allow to set the language without an account https://framagit.org/framasoft/mobilizon/-/issues/375 Signed-off-by: Thomas Citharel <tcit@tcit.fr> |
||
---|---|---|
.. | ||
public | ||
src | ||
tests/e2e | ||
.browserslistrc | ||
.editorconfig | ||
.eslintrc.js | ||
.gitignore | ||
.prettierignore | ||
apollo.config.js | ||
babel.config.js | ||
cypress.json | ||
fragmentTypes.json | ||
get_union_json.ts | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vue.config.js | ||
yarn.lock |
mobilizon
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Run your end-to-end tests
yarn test:e2e
Lints and fixes files
yarn lint