You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/get-started/using-github/github-mobile.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -79,12 +79,12 @@ Alternatively, once logged into one account, access the account switcher to log
79
79
{% data variables.product.prodname_mobile %} is available in the following languages.
80
80
81
81
* English
82
+
* Spanish
82
83
* Japanese
83
84
* Brazilian Portuguese
84
85
* Simplified Chinese
85
-
* Spanish
86
-
* German
87
86
* Korean
87
+
* German
88
88
89
89
If you configure the language on your device to a supported language, {% data variables.product.prodname_mobile %} will default to the language. You can change the language for {% data variables.product.prodname_mobile %} in {% data variables.product.prodname_mobile %}'s **Settings** menu.
Copy file name to clipboardExpand all lines: content/support/contacting-github-support/viewing-and-updating-support-tickets.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Your capabilities in the {% data variables.contact.landing_page_portal %} depend
27
27
28
28
{% data reusables.support.view-open-tickets %}
29
29
1. Under the text box, you can read the comment history. The most recent response is at the top.
30
-
1. Optionally, to translate the ticket comment, click {% octicon "globe" aria-label="The globe icon" %} and choose your preferred language from the dropdown menu. You can translate your support ticket into Chinese (Simplified), French, German, Japanese, Portuguese (Brazil), or Spanish.
30
+
1. Optionally, to translate the ticket comment, click {% octicon "globe" aria-label="The globe icon" %} and choose your preferred language from the dropdown menu. You can translate your support ticket into Spanish, Japanese, Portuguese (Brazil), Chinese (Simplified), French, or German.
31
31
32
32

You can translate English comments on a ticket into Chinese (Simplified), French, German, Japanese, Portuguese (Brazil), or Spanish. However, when responding to tickets, you should use English, unless your {% data variables.product.prodname_dotcom %} plan permits you to respond in Japanese. For more information, see [AUTOTITLE](/support/contacting-github-support/viewing-and-updating-support-tickets).
1
+
You can translate English comments on a ticket into Spanish, Japanese, Portuguese (Brazil), Chinese (Simplified), French, or German. However, when responding to tickets, you should use English, unless your {% data variables.product.prodname_dotcom %} plan permits you to respond in Japanese. For more information, see [AUTOTITLE](/support/contacting-github-support/viewing-and-updating-support-tickets).
Copy file name to clipboardExpand all lines: src/ghes-releases/lib/deprecation-steps.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -175,25 +175,25 @@ This step will remove the version from the drop-down picker, effectively depreca
175
175
176
176
You can clone the translation repositories directly inside of your docs-internal checkout, but I'd recommend cloning them in a separate directory. For example, create a `translations` directory at the same level as your `docs-internal` directory. Inside of the `translations` directory, clone the following repoisitories (ensure this list includes all languages that we are supporting):
To map the location of each translation repository, edit your `.env` file with the mapping. For example, if following the locations suggested above, your `.env` file might look like this:
Copy file name to clipboardExpand all lines: src/languages/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Languages
2
2
3
-
Languages refers to the different translations we support on docs.github.com. Currently, our supported languages include Chinese, Spanish, Portuguese, Russian, Japanese, French, German, and Korean.
3
+
Languages refers to the different translations we support on docs.github.com. Currently, our supported languages include Spanish, Japanese, Portuguese, Chinese, Russian, French, Korean, and German.
4
4
5
5
## TLDR: How translations work
6
6
@@ -106,14 +106,14 @@ This section assumes you want your local environment to replicate the structure
106
106
cd docs-internal
107
107
mkdir translations &&cd translations
108
108
109
-
git clone <zh-cn-repo-url> zh-cn
110
-
git clone <ja-jp-repo-url> ja-jp
111
109
git clone <es-es-repo-url> es-es
110
+
git clone <ja-jp-repo-url> ja-jp
112
111
git clone <pt-br-repo-url> pt-br
113
-
git clone <de-de-repo-url> de-de
114
-
git clone <fr-fr-repo-url> fr-fr
112
+
git clone <zh-cn-repo-url> zh-cn
115
113
git clone <ru-ru-repo-url> ru-ru
114
+
git clone <fr-fr-repo-url> fr-fr
116
115
git clone <ko-kr-repo-url> ko-kr
116
+
git clone <de-de-repo-url> de-de
117
117
```
118
118
1. Start the development server with `npm run start-all-languages`. If you need to enable specific languages, you can set`ENABLED_LANGUAGES`. For example, to start the server with English, Japanese, and Spanish only, use: `ENABLED_LANGUAGES=en,ja,es NODE_ENV=development nodemon server.js`
0 commit comments