opentechinstitute / commotion-feed

Feed of Commotion components to be pulled in by OpenWRT
GNU Affero General Public License v3.0
5 stars 11 forks source link

added a better formatted makefile that allows for proper language titles... #43

Closed seamustuohy closed 10 years ago

seamustuohy commented 10 years ago

To test this package use this branch of commotion-feed. $ make menuconfig --Choose commotion/translations/LANGUAGE (french and spanish currently active) --Save menuconfig $ make Once logged into the node go to the advanced/system/languages menu and choose the language package you installed Go to any other advanced menu page too see if the language was installed correctly telnet into the node and find the Commotion-LANGUAGE package with $ opkg list|grep Commotion If this all works... you golden and can merge this pull request.

areynold commented 10 years ago

@elationfoundation I get a fatal build error on the spanish package:

rm -rf /mnt/build_tree_3/commotion-router/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/tmp-Commotion-French touch /mnt/build_tree_3/commotion-router/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/root-ar71xx/stamp/.Commotion-French_installed mkdir -p /mnt/build_tree_3/commotion-router/openwrt/bin/ar71xx/packages /mnt/build_tree_3/commotion-router/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/luci-i18n-commotion-master/ipkg-ar71xx/Commotion-Spanish/CONTROL /mnt/build_tree_3/commotion-router/openwrt/staging_dir/target-mips_r2_uClibc-0.9.33.2/pkginfo /mnt/build_tree_3/commotion-router/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/luci-i18n-commotion-master/po2lmo/src/po2lmo /mnt/build_tree_3/commotion-router/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/luci-i18n-commotion-master/translations/commotion-luci-sp.po /mnt/build_tree_3/commotion-router/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/luci-i18n-commotion-master/lang/commotion-luci-sp.lmo Usage: /mnt/build_tree_3/commotion-router/openwrt/build_dir/target-mips_r2_uClibc-0.9.33.2/luci-i18n-commotion-master/po2lmo/src/po2lmo input.po output.lmo make[3]: *\ [/mnt/build_tree_3/commotion-router/openwrt/bin/ar71xx/packages/Commotion-Spanish_master-1_ar71xx.ipk] Error 1 make[3]: Leaving directory `/mnt/build_tree_3/commotion-router/openwrt/feeds/commotion/packages/luci-i18n-commotion'

areynold commented 10 years ago

Works as advertised. Missing a lot of R1 strings, obviously.