Skip to content
Snippets Groups Projects
Commit dce26de2 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-core: add i18n support

parent 9e267f30
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,21 @@ define Package/gluon-core ...@@ -15,6 +15,21 @@ define Package/gluon-core
DEPENDS:=+gluon-config +lua-platform-info +luci-lib-nixio +odhcp6c +firewall DEPENDS:=+gluon-config +lua-platform-info +luci-lib-nixio +odhcp6c +firewall
endef endef
define LangConfig
config GLUON_LANG_$(1)
bool "$(GLUON_LANG_$(1)) language support"
depends on PACKAGE_gluon-core
default n
endef
define Package/gluon-core/config
$(foreach lang,$(GLUON_SUPPORTED_LANGS),$(call LangConfig,$(lang)))
endef
define Package/gluon-core/description define Package/gluon-core/description
Gluon community wifi mesh firmware framework: core Gluon community wifi mesh firmware framework: core
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment