Changeset 4526
- Timestamp:
- 05/14/09 22:20:46 (4 years ago)
- Location:
- luci/branches/luci-0.8
- Files:
-
- 1 modified
- 2 copied
-
build/i18n-lua2po.pl (copied) (copied from luci/trunk/build/i18n-lua2po.pl)
-
build/i18n-po2lua.pl (copied) (copied from luci/trunk/build/i18n-po2lua.pl)
-
Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.8/Makefile
r3941 r4526 68 68 "build/uvldoc $(realpath host) $(UVL_SCHEMEDIR) uvldocs $(DOCS)" 69 69 70 po: host 71 for L in $${LANGUAGE:-$$(find i18n/ -path 'i18n/*/luasrc/i18n/*' -name 'default.*.lua' | \ 72 sed -e 's!.*/default\.\(.*\)\.lua!\1!')}; do \ 73 build/i18n-lua2po.pl . $(realpath host)/po $$L; \ 74 done 75 70 76 run: 71 77 # make run is deprecated #
