projects
/
project
/
luci.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
e424eaf8d69bf39e508248e8b5e9fd7146e9c46f
[project/luci.git]
/
i18n
/
french
/
root
/
etc
/
uci-defaults
/
luci-i18n-french
1
#!/bin/sh
2
uci batch <<-EOF
3
set luci.languages.fr='Francais'
4
commit luci
5
EOF
6