mirror of
				https://github.com/grafana/grafana.git
				synced 2025-02-25 18:55:37 -06:00 
			
		
		
		
	* I18n: Change locale format to our agreed format * fix test * Build lingui messages files before ci tests
		
			
				
	
	
		
			33 lines
		
	
	
		
			557 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			557 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "locales": [
 | 
						|
    "en-US",
 | 
						|
    "fr-FR",
 | 
						|
    "es-ES",
 | 
						|
    "pseudo-LOCALE"
 | 
						|
  ],
 | 
						|
  "catalogs": [
 | 
						|
    {
 | 
						|
      "path": "public/locales/{locale}/messages",
 | 
						|
      "include": [
 | 
						|
        "public/app"
 | 
						|
      ],
 | 
						|
      "exclude": [
 | 
						|
        "**/*.d.ts",
 | 
						|
        "**/*.test.ts",
 | 
						|
        "**/node_modules/**",
 | 
						|
        "public/app/plugins"
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "fallbackLocales": {
 | 
						|
    "pseudo-LOCALE": "en-US",
 | 
						|
    "default": "en-US"
 | 
						|
  },
 | 
						|
  "pseudoLocale": "pseudo-LOCALE",
 | 
						|
  "sourceLocale": "en-US",
 | 
						|
  "format": "po",
 | 
						|
  "formatOptions": {
 | 
						|
    "lineNumbers": false
 | 
						|
  }
 | 
						|
}
 |