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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ It aims to inform on the impacts on consumers, developers, states and coordinate
19
19
20
20
To provide a translation into a new language like Italian (language code: "it"):
21
21
22
-
1.[Edit the index.md](https://github.com/keepandroidopen/keepandroidopen.github.io/edit/main/index.md) in a fork and re-name the file "index-it.md"
23
-
2. Translate the markdown headers and page content. The most important text is at the beginning; the lists of links do not all need to be translated.
22
+
1.[Edit the `_layouts/default.html`](https://github.com/keepandroidopen/keepandroidopen.github.io/edit/main/_layouts/default.html) in a fork and update the language menu at the end with the new language code.
23
+
2.Create a new top-level file `index-<langcode>.md` and add the translation of the English `index.md` file. Translate the markdown headers and page content. The most important text is at the beginning; the lists of links do not all need to be translated.
24
24
3. Commit changes to your fork and file a Pull Request with your translation.
0 commit comments