Show
Ignore:
Timestamp:
07/17/09 18:36:08 (4 years ago)
Author:
jow
Message:

i18n: package spanish translation

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/contrib/package/luci/Makefile

    r5036 r5094  
    878878 
    879879 
     880define Package/luci-i18n-spanish 
     881  $(call Package/luci/i18ntemplate) 
     882  TITLE:=Spanish (by Guillermo Javier Nardoni) 
     883endef 
     884 
     885define Package/luci-i18n-spanish/install 
     886    $(call Package/luci/install/template,$(1),i18n/spanish) 
     887endef 
     888 
     889 
    880890### Compile ### 
    881891ifneq ($(CONFIG_PACKAGE_luci-core),) 
     
    10771087ifneq ($(CONFIG_PACKAGE_luci-i18n-portuguese),) 
    10781088    PKG_SELECTED_MODULES+=i18n/portuguese 
     1089endif 
     1090ifneq ($(CONFIG_PACKAGE_luci-i18n-spanish),) 
     1091    PKG_SELECTED_MODULES+=i18n/spanish 
    10791092endif 
    10801093 
     
    11581171$(eval $(call BuildPackage,luci-i18n-catalan)) 
    11591172$(eval $(call BuildPackage,luci-i18n-portuguese)) 
     1173$(eval $(call BuildPackage,luci-i18n-spanish))