Renovate Bot
6addbd194a
Update Node.js to 18.12.1
...
Update node to 18.12.1
Update node from 14.21.2 to 18.12.1
Change-type: minor
2022-12-20 19:58:39 +00:00
balenaCI
2ae6764dd9
v1.12.7
v1.12.7
2022-12-20 19:35:13 +00:00
Balena CI
debefc9652
Merge pull request #3954 from balena-io/renovate/i18next-21.x
...
Update dependency i18next to 21.10.0
2022-12-20 14:33:35 -05:00
Renovate Bot
b068b847c7
Update dependency i18next to 21.10.0
...
Update i18next to 21.10.0
Update i18next from 21.8.14 to 21.10.0
Change-type: patch
2022-12-20 18:56:45 +00:00
balenaCI
6c410c07ce
v1.12.6
v1.12.6
2022-12-20 18:00:05 +00:00
Balena CI
c01206c1f3
Merge pull request #3953 from balena-io/renovate/react-i18next-11.x
...
Update dependency react-i18next to 11.18.6
2022-12-20 12:58:30 -05:00
Renovate Bot
2e85fb45de
Update dependency react-i18next to 11.18.6
...
Update react-i18next to 11.18.6
Update react-i18next from 11.18.1 to 11.18.6
Change-type: patch
2022-12-20 17:02:05 +00:00
balenaCI
67513e384d
v1.12.5
v1.12.5
2022-12-20 12:27:35 +00:00
Balena CI
828dafa493
Merge pull request #3950 from balena-io/easier-text-settings
...
Patch: made trim setting more readable
2022-12-20 07:26:13 -05:00
builder555
5c5a761222
Patch: made trim setting more readable
...
Change-type: patch
2022-12-20 06:52:06 -05:00
balenaCI
fab10e5fc5
v1.12.4
v1.12.4
2022-12-19 19:42:01 +00:00
Balena CI
797345fc1c
Merge pull request #3780 from balena-io/actions
...
patch: introducing github actions (WinGet)
2022-12-19 14:40:29 -05:00
Anton Belodedenko
a0388a43c3
Update winget.yml
2022-12-19 11:05:16 -08:00
mcraa
f5b0a3023b
Update winget.yml
2022-12-19 11:05:16 -08:00
mcraa
dc1d7bd1fd
fixed version of action to v1
2022-12-19 11:05:16 -08:00
Vedant
9d674321b6
Update winget.yml
2022-12-19 11:05:16 -08:00
Begula
f9c8378d6a
patch: publish to winget with gh action
2022-12-19 11:05:16 -08:00
balenaCI
65da751a52
v1.12.3
v1.12.3
2022-12-19 09:51:53 +00:00
Balena CI
72142be0de
Merge pull request #3948 from balena-io/fix-i18n-settings
...
Patch: replaced plain text with i18n in settings
2022-12-19 04:50:25 -05:00
builder555
11cea7c926
Patch: replaced plain text with i18n in settings
...
Change-type: patch
2022-12-16 14:42:28 -05:00
balenaCI
8d46ee4c22
v1.12.2
v1.12.2
2022-12-16 16:59:05 +00:00
Balena CI
d63c09e2c2
Merge pull request #3944 from balena-io/renovate/webpack-dev-server-4.x
...
Update dependency webpack-dev-server to 4.11.1
2022-12-16 11:56:45 -05:00
Renovate Bot
c9e9d7d109
Update dependency webpack-dev-server to 4.11.1
...
Update webpack-dev-server to 4.11.1
Update webpack-dev-server from 4.5.0 to 4.11.1
Change-type: patch
2022-12-16 15:57:46 +00:00
balenaCI
2412d20eb4
v1.12.1
v1.12.1
2022-12-16 15:02:36 +00:00
Balena CI
7f90d23a12
Merge pull request #3947 from balena-io/expose-trim-setting
...
Patch: expose trim ext{2,3,4} setting
2022-12-16 09:59:32 -05:00
builder555
b9a82be29b
Patch: expose trim ext{2,3,4} setting
...
Change-type: patch
2022-12-16 09:24:49 -05:00
balenaCI
638673ba5e
v1.12.0
v1.12.0
2022-12-14 16:17:32 +00:00
Balena CI
898fe4f216
Merge pull request #3936 from balena-io/i18n-conflict-resolve
...
I18n conflict resolve
2022-12-14 11:15:48 -05:00
Peter Makra
7e805662d1
check if modal children is aray
2022-12-14 15:48:48 +01:00
Peter Makra
baf59c73ac
populated lockfile
2022-12-14 12:24:40 +01:00
mcraa
38ad9c97c6
added i18next to devDependencies
2022-12-14 12:03:30 +01:00
ab77
8fc574f059
i18n support and Chinese translation
...
Change-type: minor
2022-12-12 18:36:32 -08:00
r-q
78b0f00e88
chore: bind some translations
...
according to a suggestion of @lurch
2022-12-12 18:36:32 -08:00
r-q
0f10f2d483
fix: suit i18n with mocha and optimize translation
...
- use `import * as i18next from 'i18next';` instead of `import i18next from 'i18next';` and add an specific env to bypass mocha test
- optimized several translations
2022-12-12 18:36:32 -08:00
r-q
eb5f5bbb9e
fix: optimize translations
...
more direct string-concatenation, thanks to @lurch
2022-12-12 18:36:32 -08:00
r-q
67d26ff790
minor: optimize i18n
...
Optimized several translations.
This commit itself is only a patch, but as a pull request must have at least one commit with a change-type.
Change-Type: minor
2022-12-12 18:36:32 -08:00
r-q
17f2008d88
refactor: split translations to files
...
- split translations from i18n.ts to several .ts files in lib/gui/app/i18n
- make a README for new language changes
- add zh-TW instead of only zh-CN
2022-12-12 18:36:32 -08:00
r-q
db1bf7e488
feat: make i18n and add Chinese support
...
- make i18n using i18next
- add Chinese (Simplified) support
2022-12-12 18:36:32 -08:00
balenaCI
4b786b8a9f
v1.11.10
v1.11.10
2022-12-13 02:27:43 +00:00
Balena CI
fdfa0d3258
Merge pull request #3943 from balena-io/renovate/webpack-cli-4.x
...
Update dependency webpack-cli to 4.10.0
2022-12-12 21:26:03 -05:00
Renovate Bot
757aa77d89
Update dependency webpack-cli to 4.10.0
...
Update webpack-cli to 4.10.0
Update webpack-cli from 4.2.0 to 4.10.0
Change-type: patch
2022-12-13 01:18:03 +00:00
balenaCI
d70ea06565
v1.11.9
v1.11.9
2022-12-12 23:58:11 +00:00
Balena CI
f2ebd10053
Merge pull request #3941 from balena-io/renovate/webpack-5.x
...
Update dependency webpack to 5.75.0
2022-12-12 18:56:06 -05:00
Renovate Bot
cd67b442c9
Update dependency webpack to 5.75.0
...
Update webpack to 5.75.0
Update webpack from 5.11.0 to 5.75.0
Change-type: patch
2022-12-12 22:55:21 +00:00
balenaCI
852c83c4fb
v1.11.8
v1.11.8
2022-12-12 21:55:30 +00:00
Balena CI
e3b2ee3b83
Merge pull request #3940 from balena-io/renovate/awscli-1.x
...
Update dependency awscli to 1.27.28
2022-12-12 16:54:15 -05:00
Renovate Bot
927a026b86
Update dependency awscli to 1.27.28
...
Update awscli to 1.27.28
Update awscli from 1.27.27 to 1.27.28
Change-type: patch
2022-12-12 20:57:48 +00:00
balenaCI
c851e1d54f
v1.11.7
v1.11.7
2022-12-12 19:57:33 +00:00
Balena CI
e6fdca171f
Merge pull request #3939 from balena-io/renovate/uuid-8.x
...
Update dependency uuid to 8.3.2
2022-12-12 14:56:00 -05:00
Renovate Bot
c9cfb87733
Update dependency uuid to 8.3.2
...
Update uuid to 8.3.2
Update uuid from 8.1.0 to 8.3.2
Change-type: patch
2022-12-12 18:56:41 +00:00