Added requirements to resources.rs and meson.build
This commit is contained in:
2
data/langs/fa-IR.txt
Normal file
2
data/langs/fa-IR.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
emoji ایموجی
|
||||||
|
terminal ترمینال
|
||||||
@ -47,6 +47,9 @@ const KEYBOARDS: &[(*const str, *const str)] = &[
|
|||||||
|
|
||||||
("gr", include_str!("../data/keyboards/gr.yaml")),
|
("gr", include_str!("../data/keyboards/gr.yaml")),
|
||||||
|
|
||||||
|
("ir", include_str!("../data/keyboards/ir.yaml")),
|
||||||
|
("ir_wide", include_str!("../data/keyboards/ir_wide.yaml")),
|
||||||
|
|
||||||
("it", include_str!("../data/keyboards/it.yaml")),
|
("it", include_str!("../data/keyboards/it.yaml")),
|
||||||
("it+fur", include_str!("../data/keyboards/it+fur.yaml")),
|
("it+fur", include_str!("../data/keyboards/it+fur.yaml")),
|
||||||
|
|
||||||
|
|||||||
@ -70,6 +70,7 @@ foreach layout : [
|
|||||||
'fi',
|
'fi',
|
||||||
'fr', 'fr_wide',
|
'fr', 'fr_wide',
|
||||||
'gr',
|
'gr',
|
||||||
|
'ir',
|
||||||
'it',
|
'it',
|
||||||
'it+fur',
|
'it+fur',
|
||||||
'jp+kana','jp+kana_wide',
|
'jp+kana','jp+kana_wide',
|
||||||
|
|||||||
Reference in New Issue
Block a user