Mark user interface strings

For now exclude command help, as cobra itself is not localizable yet.
This commit is contained in:
Philipp Wolfer 2023-12-09 16:43:14 +01:00
parent 511b71b909
commit d6ca8d33f7
No known key found for this signature in database
GPG key ID: 8FDF744D4919943B
27 changed files with 1005 additions and 95 deletions

View file

@ -26,7 +26,8 @@ var beamCmd = &cobra.Command{
Long: `Transfers data (listens, loves) between two configured services.
The services must be configured and be able to handle export and import of
the data.`,
the data. See "scotty backends" for a list of backends and their supported
features.`,
// Run: func(cmd *cobra.Command, args []string) { },
}