Skip to content

Commit

Permalink
Deploying from phrase/openapi@139bc286
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Dec 12, 2024
1 parent 798311d commit c2cc665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/api_repo_syncs.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func initRepoSyncExport() {
var RepoSyncExport = &cobra.Command{
Use: use,
Short: "Export to code repository",
Long: `> Beta: this feature will change in the future. Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.*`,
Long: `Export translations from Phrase Strings to repository provider according to the .phrase.yml file within the code repository. *Export is done asynchronously and may take several seconds depending on the project size.*`,
Run: func(cmd *cobra.Command, args []string) {
auth := Auth()

Expand Down Expand Up @@ -371,7 +371,7 @@ func initRepoSyncImport() {
var RepoSyncImport = &cobra.Command{
Use: use,
Short: "Import from code repository",
Long: `> Beta: this feature will change in the future. Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._`,
Long: `Import translations from repository provider to Phrase Strings according to the .phrase.yml file within the code repository. _Import is done asynchronously and may take several seconds depending on the project size._`,
Run: func(cmd *cobra.Command, args []string) {
auth := Auth()

Expand Down

0 comments on commit c2cc665

Please sign in to comment.