1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-18 21:09:40 +02:00

feat(i18n): add support for multiple languages (#6270)

feat(users): add i18n to create access token

chore(app): remove test code
This commit is contained in:
Chaim Lev-Ari 2022-01-10 15:22:21 +02:00 committed by GitHub
parent 87dda810fc
commit 8e45076f35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 460 additions and 44 deletions

View file

@ -1,5 +1,5 @@
module.exports = {
plugins: ['lodash', 'angularjs-annotate'],
plugins: ['lodash', 'angularjs-annotate', 'i18next-extract'],
presets: [
[
'@babel/preset-env',