Skip to content

Commit

Permalink
Update string translations doc (#5473)
Browse files Browse the repository at this point in the history
Signed-off-by: mgamis-msft <[email protected]>
  • Loading branch information
mgamis-msft authored Dec 12, 2024
1 parent 8e57446 commit 1a857f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/references/string-translations.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ We use a Microsoft internal translation service for string translations. Strings

To pull strings back to the repo:

- Run the internal Azure pipeline manually and select `Commit strings to GitHub`.
- Run the [internal Azure pipeline](https://skype.visualstudio.com/SCC/_apps/hub/ms.vss-build-web.ci-designer-hub?pipelineId=11254&branch=main) manually and select `Commit strings to GitHub`.
![image](https://github.com/user-attachments/assets/f72ef185-153c-4cbb-a329-dbaf29854ee2)
![image](https://github.com/user-attachments/assets/62e96b46-513a-402a-98f7-1933ff840681)
- This will create a branch called `td/new-strings-<datetime>` with the new strings.
- This pipeline can br run off any branch and the strings will be translated from that branch. We typically run it off `main` or a `release` branch.
- This pipeline can be run off any branch and the strings will be translated from that branch. We typically run it off `main` or a `release` branch.
- Then create a PR to merge this branch into your desired branch.

## References
Expand Down

0 comments on commit 1a857f4

Please sign in to comment.