brezilian translation (thanks junix)
This commit is contained in:
		
							parent
							
								
									3967d11750
								
							
						
					
					
						commit
						995b4d6484
					
				
					 2 changed files with 1172 additions and 1 deletions
				
			
		
							
								
								
									
										5
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -10,11 +10,14 @@ DIRS		= `$(FIND) -exec dirname {} \; | sort -u`
 | 
			
		|||
FIND_LIB	= find -regex '.*\.\(so\)'
 | 
			
		||||
FILES_LIB	= `$(FIND_LIB)`
 | 
			
		||||
 | 
			
		||||
LANGS		= fr pt_BR
 | 
			
		||||
SCRIPTS = \
 | 
			
		||||
	scripts/gajim
 | 
			
		||||
 | 
			
		||||
all:
 | 
			
		||||
	msgfmt Messages/fr/LC_MESSAGES/gajim.po -o Messages/fr/LC_MESSAGES/gajim.mo
 | 
			
		||||
	for l in $(LANGS) ; do \
 | 
			
		||||
		msgfmt Messages/$$l/LC_MESSAGES/gajim.po -o Messages/$$l/LC_MESSAGES/gajim.mo; \
 | 
			
		||||
	done
 | 
			
		||||
	$(foreach sdir, $(MODULES), make -C $(sdir) all;)
 | 
			
		||||
 | 
			
		||||
clean:
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										1168
									
								
								Messages/pt_BR/LC_MESSAGES/gajim.po
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1168
									
								
								Messages/pt_BR/LC_MESSAGES/gajim.po
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load diff
											
										
									
								
							
		Loading…
	
	Add table
		
		Reference in a new issue