Skip to content

Commit e7ef1a7

Browse files
committed
Note 'in your language'
1 parent f8af1aa commit e7ef1a7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

starting_new_language.md

+15
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ Things you need before:
1414

1515
Send a PR with those changes, here's an example with French: [PR #101](https://github.com/microsoft/TypeScript-Website-Localizations/pull/101).
1616

17+
## **In TypeScript-Website**
18+
19+
1. Ask for the following translations ASAP:
20+
21+
```
22+
en: {
23+
shorthand: "In En",
24+
body: "This page is available in English",
25+
open: "Go",
26+
cancel: "Don't ask again",
27+
},
28+
```
29+
1. Add that to: https://github.com/microsoft/TypeScript-website/blob/v2/packages/typescriptlang-org/src/copy/inYourLanguage.ts#L1
30+
31+
1732
## **In Discord**
1833

1934
1. Create a new room: `#localize-[shortcode]`

0 commit comments

Comments
 (0)