Skip to content

Commit

Permalink
comment out spanish description not being used
Browse files Browse the repository at this point in the history
Signed-off-by: Enrique Lacal <[email protected]>
  • Loading branch information
EnriqueL8 committed Sep 17, 2024
1 parent 907a061 commit 73f92f7
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions internal/coremsgs/es/es_struct_descriptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@

package es

import (
"github.com/hyperledger/firefly-common/pkg/i18n"
"golang.org/x/text/language"
)

//revive:disable

/*
Expand All @@ -42,11 +37,11 @@ MessageHeader = ffm("Message.header", "The message header")
*/

var ffm = func(key, translation string) i18n.MessageKey {
return i18n.FFM(language.Spanish, key, translation)
}
// var ffm = func(key, translation string) i18n.MessageKey {
// return i18n.FFM(language.Spanish, key, translation)
// }

var (
// MessageHeader field descriptions
MessageHeaderID = ffm("MessageHeader.id", "El UUID del mensaje. Único para cada mensaje")
)
// var (
// // MessageHeader field descriptions
// MessageHeaderID = ffm("MessageHeader.id", "El UUID del mensaje. Único para cada mensaje")
// )

0 comments on commit 73f92f7

Please sign in to comment.