Merge branch 'gr' into 'master'
layouts: Register gr_wide See merge request World/Phosh/squeekboard!539
This commit is contained in:
		@ -54,6 +54,7 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
 | 
			
		||||
    ("fr_wide", include_str!("../data/keyboards/fr_wide.yaml")),
 | 
			
		||||
 | 
			
		||||
    ("gr", include_str!("../data/keyboards/gr.yaml")),
 | 
			
		||||
    ("gr_wide", include_str!("../data/keyboards/gr_wide.yaml")),
 | 
			
		||||
    ("gr+polytonic", include_str!("../data/keyboards/gr+polytonic.yaml")),
 | 
			
		||||
 | 
			
		||||
    ("il", include_str!("../data/keyboards/il.yaml")),
 | 
			
		||||
 | 
			
		||||
@ -76,7 +76,7 @@ foreach layout : [
 | 
			
		||||
    'es+cat',
 | 
			
		||||
    'fi',
 | 
			
		||||
    'fr', 'fr_wide',
 | 
			
		||||
    'gr',
 | 
			
		||||
    'gr', 'gr_wide',
 | 
			
		||||
    'gr+polytonic',
 | 
			
		||||
    'il',
 | 
			
		||||
    'ir',
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user