branch bow-v2-go updated (2a5de39 -> ff54968)
This is an automated email from the git hooks/post-receive script. New change to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from 2a5de39 correction des transactions (on utilisait pas la tx :() ajout de fonction de log new ff54968 ajout du support i18n (ajout du champs lang dans les info du user) The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit ff54968a1aab5ffa5d3cdf6146b4fab7b0121c49 Author: Benjamin <poussin@codelutin.com> Date: Fri Jun 5 00:25:21 2020 +0200 ajout du support i18n (ajout du champs lang dans les info du user) Summary of changes: migrate/004_add_user_lang.sql | 9 +++ pkg/constant/const.go | 4 +- pkg/http/router.go | 5 ++ pkg/http/userResource.go | 24 ++++++++ pkg/model/user.go | 1 + pkg/repository/userRepository.go | 15 ++++- web/package.json | 3 +- web/public/i18n/available.json | 1 + web/public/i18n/fr.json | 3 + web/src/App.vue | 16 +++++- web/src/components/SearchInput.vue | 2 +- web/src/components/preferences/LangEditor.vue | 81 +++++++++++++++++++++++++++ web/src/main.js | 2 + web/src/utils/FetchHelper.js | 18 +++--- web/src/views/Preferences.vue | 4 +- web/yarn.lock | 5 ++ 16 files changed, 178 insertions(+), 15 deletions(-) create mode 100644 migrate/004_add_user_lang.sql create mode 100644 web/public/i18n/available.json create mode 100644 web/public/i18n/fr.json create mode 100644 web/src/components/preferences/LangEditor.vue -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm