Skip to content

Commit e082992

Browse files
authored
Merge pull request #40 from Hogwai/translation/add_spanish
Translation: add spanish translation
2 parents da0a2ef + 851c75a commit e082992

3 files changed

Lines changed: 281 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ It aims to inform on the impacts on consumers, developers, states and coordinate
1717

1818
## Translations Needed!
1919

20-
To provide a translation into a new language like Spanish (language code: "es"):
20+
To provide a translation into a new language like Italian (language code: "it"):
2121

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-es.md"
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"
2323
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.
2424
3. Commit changes to your fork and file a Pull Request with your translation.
2525

_layouts/default.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
<h1>{{ page.title }}</h1>
115115
<div class="lang-menu">
116116
<a href="/">English</a> |
117+
<a href="/es/">Español</a> |
117118
<a href="/fr/">Français</a> |
118119
<a href="/de/">Deutsch</a> |
119120
<a href="/pt-BR/">Português</a> |

0 commit comments

Comments
 (0)