We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8af1aa commit e7ef1a7Copy full SHA for e7ef1a7
starting_new_language.md
@@ -14,6 +14,21 @@ Things you need before:
14
15
Send a PR with those changes, here's an example with French: [PR #101](https://github.com/microsoft/TypeScript-Website-Localizations/pull/101).
16
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
32
## **In Discord**
33
34
1. Create a new room: `#localize-[shortcode]`
0 commit comments