i18n: add Malay language

Thanks to Teow Wai Chet for the initial translation.
This commit is contained in:
Benoît Knecht 2010-05-12 21:40:07 +00:00
parent b677168058
commit b2254ac625
4 changed files with 2971 additions and 0 deletions

View file

@ -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))

View 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

File diff suppressed because it is too large Load diff

1819
po/ms/base.po Normal file

File diff suppressed because it is too large Load diff