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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The site should run locally and be browsable at [http://localhost:4321/](http://
28
28
29
29
To provide a translation into a new language like Italian (language code: "it"):
30
30
31
-
1.[Edit `src/i18n/config.ts`](https://github.com/keepandroidopen/keepandroidopen.github.io/edit/main/src/i18n/config.ts) in a fork and update the languages list with the new language code.
31
+
1. Edit [`src/i18n/config.ts`](https://github.com/keepandroidopen/keepandroidopen.github.io/edit/main/src/i18n/config.ts) in a fork and update the languages list with the new language code.
32
32
2. Create a new folder in [`src/content/pages/`](https://github.com/keepandroidopen/keepandroidopen.github.io/tree/main/src/content/pages/) 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.
33
33
3. Commit changes to your fork and file a Pull Request with your translation.
0 commit comments