Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-10-25 14:32:40 +0300
committerHannu Nyman <hannu.nyman@iki.fi>2020-10-25 14:57:51 +0300
commitc80fcd23753a02a24de676c612492b6d55b747e1 (patch)
treedeef9d3f2087faf915b8c51747ae7107e5dcb69e /luci.mk
parent63aea8f84831a01c49ee8731196f1c4d1d81ddfd (diff)
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: 1e301ca2dfe2 ("Translated using Weblate (Dutch)") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'luci.mk')
-rw-r--r--luci.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/luci.mk b/luci.mk
index be11cf99e0..65bcf15a57 100644
--- a/luci.mk
+++ b/luci.mk
@@ -34,6 +34,7 @@ LUCI_LANG.ko=한국어 (Korean)
LUCI_LANG.mr=Marāṭhī (Marathi)
LUCI_LANG.ms=Bahasa Melayu (Malay)
LUCI_LANG.nb_NO=Norsk (Norwegian)
+LUCI_LANG.nl=Nederlands (Dutch)
LUCI_LANG.pl=Polski (Polish)
LUCI_LANG.pt_BR=Português do Brasil (Brazilian Portuguese)
LUCI_LANG.pt=Português (Portuguese)