projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15cc0b3
)
add italian language option to select list
author
Moritz Warning
<moritzwarning@web.de>
Mon, 30 Mar 2020 18:59:09 +0000
(20:59 +0200)
committer
Moritz Warning
<moritzwarning@web.de>
Mon, 30 Mar 2020 18:59:09 +0000
(20:59 +0200)
index.html
patch
|
blob
|
history
diff --git
a/index.html
b/index.html
index 1351d8772953e9ad18509ccffa8320e18e6443bc..bc99f2edd91fe75206321d47ef1c709f682ce16e 100644
(file)
--- a/
index.html
+++ b/
index.html
@@
-20,6
+20,7
@@
<option value="en">English</option>
<option value="de">Deutsch</option>
<option value="fr">Français</option>
+ <option value="it">Italiano</option>
<option value="pl">Polski</option>
<option value="tr">Türkçe</option>
</select>