i18n: add Malay language
Thanks to Teow Wai Chet for the initial translation.
This commit is contained in:
parent
b677168058
commit
b2254ac625
4 changed files with 2971 additions and 0 deletions
|
@ -1018,6 +1018,15 @@ define Package/luci-i18n-vietnamese/install
|
|||
$(call Package/luci/install/template,$(1),i18n/vietnamese)
|
||||
endef
|
||||
|
||||
define Package/luci-i18n-malay
|
||||
$(call Package/luci/i18ntemplate)
|
||||
TITLE:=Malay (by Teow Wai Chet)
|
||||
endef
|
||||
|
||||
define Package/luci-i18n-malay/install
|
||||
$(call Package/luci/install/template,$(1),i18n/malay)
|
||||
endef
|
||||
|
||||
|
||||
### Collections ###
|
||||
define Package/luci
|
||||
|
@ -1299,6 +1308,9 @@ endif
|
|||
ifneq ($(CONFIG_PACKAGE_luci-i18n-vietnamese),)
|
||||
PKG_SELECTED_MODULES+=i18n/vietnamese
|
||||
endif
|
||||
ifneq ($(CONFIG_PACKAGE_luci-i18n-malay),)
|
||||
PKG_SELECTED_MODULES+=i18n/malay
|
||||
endif
|
||||
|
||||
|
||||
MAKE_FLAGS += \
|
||||
|
@ -1390,6 +1402,7 @@ $(eval $(call BuildPackage,luci-i18n-catalan))
|
|||
$(eval $(call BuildPackage,luci-i18n-portuguese))
|
||||
$(eval $(call BuildPackage,luci-i18n-spanish))
|
||||
$(eval $(call BuildPackage,luci-i18n-vietnamese))
|
||||
$(eval $(call BuildPackage,luci-i18n-malay))
|
||||
|
||||
$(eval $(call BuildPackage,luci))
|
||||
$(eval $(call BuildPackage,luci-ssl))
|
||||
|
|
6
i18n/malay/root/etc/uci-defaults/luci-i18n-malay
Executable file
6
i18n/malay/root/etc/uci-defaults/luci-i18n-malay
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
uci batch <<-EOF
|
||||
set luci.languages.ms='Bahasa Melayu'
|
||||
commit luci
|
||||
EOF
|
||||
|
1133
po/ms/asterisk.po
Normal file
1133
po/ms/asterisk.po
Normal file
File diff suppressed because it is too large
Load diff
1819
po/ms/base.po
Normal file
1819
po/ms/base.po
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue