mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-10-31 01:54:37 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			250 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			250 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
| #!/bin/sh
 | |
| #!/usr/bin/env fish
 | |
| echo 'Generating language files'
 | |
| cd app_flowy
 | |
| flutter pub run easy_localization:generate -S assets/translations/
 | |
| flutter pub run easy_localization:generate -f keys -o locale_keys.g.dart -S assets/translations -s en.json
 | 
