Fix check-i18n when there are missing strings in other languages than english (#24519)
This commit is contained in:
		
							
								
								
									
										4
									
								
								.github/workflows/check-i18n.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/check-i18n.yml
									
									
									
									
										vendored
									
									
								
							@@ -42,8 +42,8 @@ jobs:
 | 
			
		||||
      - name: Check for missing strings in English JSON
 | 
			
		||||
        run: |
 | 
			
		||||
          yarn build:development
 | 
			
		||||
          yarn manage:translations
 | 
			
		||||
          git diff --exit-code -- app/javascript/mastodon/locales/defaultMessages.json app/javascript/mastodon/locales/en.json
 | 
			
		||||
          yarn manage:translations en
 | 
			
		||||
          git diff --exit-code
 | 
			
		||||
 | 
			
		||||
      - name: Check locale file normalization
 | 
			
		||||
        run: bundle exec i18n-tasks check-normalized
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user