mirror of
https://github.com/openwrt/luci
synced 2025-01-09 04:28:37 +08:00
build: luci.mk: Fix warning in Kconfig for Dutch language
When the Dutch translation was added there was no name for the language
added, this created such a Kconfig entry:
config LUCI_LANG_nl
tristate " (nl)"
This entry created the following warning message when doing make
oldconfig in OpenWrt:
tmp/.config-package.in:24525:warning: leading whitespace ignored
This is fixed here by adding a name to the language.
Fixes: 1e301ca2df
("Translated using Weblate (Dutch)")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
63aea8f848
commit
c80fcd2375
1
luci.mk
1
luci.mk
@ -34,6 +34,7 @@ LUCI_LANG.ko=한국어 (Korean)
|
|||||||
LUCI_LANG.mr=Marāṭhī (Marathi)
|
LUCI_LANG.mr=Marāṭhī (Marathi)
|
||||||
LUCI_LANG.ms=Bahasa Melayu (Malay)
|
LUCI_LANG.ms=Bahasa Melayu (Malay)
|
||||||
LUCI_LANG.nb_NO=Norsk (Norwegian)
|
LUCI_LANG.nb_NO=Norsk (Norwegian)
|
||||||
|
LUCI_LANG.nl=Nederlands (Dutch)
|
||||||
LUCI_LANG.pl=Polski (Polish)
|
LUCI_LANG.pl=Polski (Polish)
|
||||||
LUCI_LANG.pt_BR=Português do Brasil (Brazilian Portuguese)
|
LUCI_LANG.pt_BR=Português do Brasil (Brazilian Portuguese)
|
||||||
LUCI_LANG.pt=Português (Portuguese)
|
LUCI_LANG.pt=Português (Portuguese)
|
||||||
|
Loading…
Reference in New Issue
Block a user