Do not generate gmo files.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2007-11-26  Nicolas François  <nicolas.francois@centraliens.net> | ||||
|  | ||||
| 	* po/stats: Do not generate gmo files. | ||||
|  | ||||
| 2007-11-25  Nicolas François  <nicolas.francois@centraliens.net> | ||||
|  | ||||
| 	* man/po/LINGUAS: Added missing LINGUAS. | ||||
|   | ||||
							
								
								
									
										2
									
								
								po/stats
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								po/stats
									
									
									
									
									
								
							| @@ -4,7 +4,7 @@ echo "language  translated  fuzzy  untranslated" | ||||
| echo "-----------------------------------------" | ||||
| for i in $(cat LINGUAS | xargs); do | ||||
| 	echo -n "  $i	" | ||||
| 	msgfmt -c --statistics -o $i.gmo $i.po 2>&1 | | ||||
| 	msgfmt -c --statistics -o /dev/null $i.po 2>&1 | | ||||
| 		awk -v LNG="$1" '{ | ||||
| 		    gsub(/ untranslated/, ""); | ||||
| 		    gsub(/ translated/, ""); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user