mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add Occitan translation
This commit is contained in:
parent
f4799692da
commit
e11fbd4986
2 changed files with 16 additions and 0 deletions
6
build.sh
6
build.sh
|
@ -263,6 +263,12 @@ if ! patch -Rf -N -p1 -s --dry-run < ../../patches/download-ipv4.patch; then
|
||||||
fi
|
fi
|
||||||
echo "Done"
|
echo "Done"
|
||||||
|
|
||||||
|
echo "Add Occitan translation support"
|
||||||
|
if ! patch -Rf -N -p1 -s --dry-run < ../../patches/luci-occitan.patch; then
|
||||||
|
patch -N -p1 -s < ../../patches/luci-occitan.patch
|
||||||
|
fi
|
||||||
|
echo "Done"
|
||||||
|
|
||||||
if [ -f target/linux/mediatek/patches-5.4/0999-hnat.patch ]; then
|
if [ -f target/linux/mediatek/patches-5.4/0999-hnat.patch ]; then
|
||||||
rm -f target/linux/mediatek/patches-5.4/0999-hnat.patch
|
rm -f target/linux/mediatek/patches-5.4/0999-hnat.patch
|
||||||
fi
|
fi
|
||||||
|
|
10
patches/luci-occitan.patch
Normal file
10
patches/luci-occitan.patch
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
--- a/feeds/luci/luci.mk 2020-10-13 09:58:19.887513368 +0200
|
||||||
|
+++ b/feeds/luci/luci.mk 2020-10-13 09:04:51.724277184 +0200
|
||||||
|
@@ -34,6 +34,7 @@
|
||||||
|
LUCI_LANG.mr=Marāṭhī (Marathi)
|
||||||
|
LUCI_LANG.ms=Bahasa Melayu (Malay)
|
||||||
|
LUCI_LANG.nb_NO=Norsk (Norwegian)
|
||||||
|
+LUCI_LANG.oc=Occitan
|
||||||
|
LUCI_LANG.pl=Polski (Polish)
|
||||||
|
LUCI_LANG.pt_BR=Português do Brasil (Brazilian Portuguese)
|
||||||
|
LUCI_LANG.pt=Português (Portuguese)
|
Loading…
Add table
Add a link
Reference in a new issue