Update corteza-locale dep
This commit is contained in:
@@ -14,7 +14,7 @@ require (
|
||||
github.com/SentimensRG/ctx v0.0.0-20180729130232-0bfd988c655d
|
||||
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
|
||||
github.com/brianvoe/gofakeit/v6 v6.16.0
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221026122439-c3b0d9b15a4f
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221028080428-f7a520f4dd45
|
||||
github.com/crewjam/saml v0.4.6
|
||||
github.com/crusttech/go-oidc v0.0.0-20180918092017-982855dad3e1
|
||||
github.com/davecgh/go-spew v1.1.1
|
||||
|
||||
@@ -122,6 +122,8 @@ github.com/cortezaproject/corteza-locale v0.0.0-20221013092948-9ccdcae2b2b4 h1:y
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221013092948-9ccdcae2b2b4/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221026122439-c3b0d9b15a4f h1:vH+jAx/EYDYDAOTyfW1yrsyUSEu6J2U0AGKRYSMUJSs=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221026122439-c3b0d9b15a4f/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221028080428-f7a520f4dd45 h1:qflhq7ByHkuDyPK6RetuE6MJRB0rcBTF3Cv5+SYzphQ=
|
||||
github.com/cortezaproject/corteza-locale v0.0.0-20221028080428-f7a520f4dd45/go.mod h1:wsI1UftEdBqTuEDKBZmx2LfNu/kZun5pRbCAi420JCg=
|
||||
github.com/cortezaproject/goqu/v9 v9.18.4 h1:HV7Ocf6xYHIqU4buxYkg3Ght/en93Yr1m71KPhJXW0Y=
|
||||
github.com/cortezaproject/goqu/v9 v9.18.4/go.mod h1:nf0Wc2/hV3gYK9LiyqIrzBEVGlI8qW3GuDCEobC4wBQ=
|
||||
github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
|
||||
|
||||
+2
-1
@@ -58,7 +58,8 @@ Quick references:
|
||||
|
||||
## Upgrading Corteza
|
||||
|
||||
[](https://img.shields.io/github/v/tag/cortezaproject/corteza-locale?label=latest%20stable%20version)
|
||||
[//]: # (intentionaly using using tags from corteza server here!)
|
||||
[](https://img.shields.io/github/v/tag/cortezaproject/corteza-server?label=latest%20stable%20version)
|
||||
|
||||
Refer to the [changelog](https://docs.cortezaproject.org/corteza-docs/2022.3/changelog/index.html) and the [upgrade guide](https://docs.cortezaproject.org/corteza-docs/2022.3/devops-guide/upgrade/index.html) to upgrade your Corteza instance.
|
||||
|
||||
|
||||
Generated
Vendored
+2
-2
@@ -176,9 +176,9 @@ resources:
|
||||
dal-sensitivity-level.manage:
|
||||
title: Manage connection sensitivity level
|
||||
data-privacy-requests.search:
|
||||
title: Search connections
|
||||
title: Search data privacy requests
|
||||
data-privacy-request.create:
|
||||
title: Create connections
|
||||
title: Create data privacy requests
|
||||
|
||||
application:
|
||||
label: Applications
|
||||
|
||||
Generated
Vendored
+9
-1
@@ -51,4 +51,12 @@ view: View
|
||||
visible: Visible
|
||||
delete:
|
||||
rebase: Update parent of sub-pages
|
||||
cascade: Delete sub-pages
|
||||
cascade: Delete sub-pages
|
||||
public:
|
||||
record:
|
||||
create:
|
||||
title: Creating record for module "{{name}}"
|
||||
edit:
|
||||
title: Editing record for module "{{name}}"
|
||||
view:
|
||||
title: Viewing record for module "{{name}}"
|
||||
|
||||
Vendored
+1
-1
@@ -46,7 +46,7 @@ github.com/brianvoe/gofakeit/v6/data
|
||||
# github.com/cespare/xxhash/v2 v2.1.2
|
||||
## explicit; go 1.11
|
||||
github.com/cespare/xxhash/v2
|
||||
# github.com/cortezaproject/corteza-locale v0.0.0-20221026122439-c3b0d9b15a4f
|
||||
# github.com/cortezaproject/corteza-locale v0.0.0-20221028080428-f7a520f4dd45
|
||||
## explicit; go 1.16
|
||||
github.com/cortezaproject/corteza-locale
|
||||
# github.com/crewjam/httperr v0.2.0
|
||||
|
||||
Reference in New Issue
Block a user