Changeset 4446

Show
Ignore:
Timestamp:
04/27/09 22:36:41 (4 years ago)
Author:
jow
Message:

luci: add greek translation, thanks Vasilis Tsiligiannis!

Location:
luci/trunk
Files:
18 added
1 modified

Legend:

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

    r4435 r4446  
    818818endef 
    819819 
     820 
     821define Package/luci-i18n-greek 
     822  $(call Package/luci/i18ntemplate) 
     823  TITLE:=Greek (by Vasilis Tsiligiannis) 
     824endef 
     825 
     826define Package/luci-i18n-greek/install 
     827    $(call Package/luci/install/template,$(1),i18n/greek) 
     828endef 
     829 
    820830### Compile ### 
    821831ifneq ($(CONFIG_PACKAGE_luci-core),) 
     
    10001010ifneq ($(CONFIG_PACKAGE_luci-i18n-japanese),) 
    10011011    PKG_SELECTED_MODULES+=i18n/japanese 
     1012endif 
     1013ifneq ($(CONFIG_PACKAGE_luci-i18n-greek),) 
     1014    PKG_SELECTED_MODULES+=i18n/greek 
    10021015endif 
    10031016 
     
    10771090$(eval $(call BuildPackage,luci-i18n-portuguese_brazilian)) 
    10781091$(eval $(call BuildPackage,luci-i18n-japanese)) 
     1092$(eval $(call BuildPackage,luci-i18n-greek))