mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-11-04 00:02:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			661 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			661 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "upload": {
 | 
						|
    "type": "pot",
 | 
						|
    "folder": "docs/_build/gettext",
 | 
						|
    "files": {
 | 
						|
      "pattern": "**.pot",
 | 
						|
      "excludes": [
 | 
						|
        "changelog/*.pot",
 | 
						|
        "changelog.pot",
 | 
						|
        "coverage.pot"
 | 
						|
      ],
 | 
						|
      "path": "${path}"
 | 
						|
    }
 | 
						|
  },
 | 
						|
 | 
						|
  "transformations": [
 | 
						|
    {
 | 
						|
        "name": "trans_path",
 | 
						|
        "source": "${path}",
 | 
						|
        "operations": "remove: docs/_build/gettext"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
 | 
						|
  "download": {
 | 
						|
    "files": "docs/_locale/${lang}/${trans_path}/${fileWithoutExt}.pot"
 | 
						|
  },
 | 
						|
  "conversion": {
 | 
						|
      "actions": {
 | 
						|
        "type": "mo",
 | 
						|
        "output": "docs/_locale/${lang}/LC_MESSAGES/${trans_path}/${fileWithoutExt}.mo"
 | 
						|
      }
 | 
						|
    }
 | 
						|
} |