Fix NLS
This commit is contained in:
		
							parent
							
								
									ba664dc848
								
							
						
					
					
						commit
						c95481a85b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -71,7 +71,7 @@ rmdir /q /s "$(OutDir)\locale"
 | 
			
		|||
mkdir "$(OutDir)\locale"
 | 
			
		||||
for %%A in (*.po) do (
 | 
			
		||||
mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES"
 | 
			
		||||
"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\xchat.mo" %%A
 | 
			
		||||
"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A
 | 
			
		||||
)</Command>
 | 
			
		||||
    </PreBuildEvent>
 | 
			
		||||
  </ItemDefinitionGroup>
 | 
			
		||||
| 
						 | 
				
			
			@ -97,7 +97,7 @@ rmdir /q /s "$(OutDir)\locale"
 | 
			
		|||
mkdir "$(OutDir)\locale"
 | 
			
		||||
for %%A in (*.po) do (
 | 
			
		||||
mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES"
 | 
			
		||||
"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\xchat.mo" %%A
 | 
			
		||||
"$(DepsRoot)\bin\msgfmt" -co "$(OutDir)\locale\%%~nA\LC_MESSAGES\hexchat.mo" %%A
 | 
			
		||||
)</Command>
 | 
			
		||||
    </PreBuildEvent>
 | 
			
		||||
  </ItemDefinitionGroup>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue