armenian layout also added to meson.build etc.
This commit is contained in:
11
data/langs/hy-AM.txt
Normal file
11
data/langs/hy-AM.txt
Normal file
@ -0,0 +1,11 @@
|
||||
de Գերմաներէն
|
||||
es Իսպաներէն
|
||||
fi Ֆիններէն
|
||||
gr Յունարէն
|
||||
it Իտալերէն
|
||||
no Նորուեգերէն
|
||||
pl Լեհերէն
|
||||
ru Ռուսերէն
|
||||
se Շուեդերէն
|
||||
terminal Տերմինալ
|
||||
us Անգլերէն (ԱՄՆ)
|
||||
@ -18,6 +18,9 @@ static KEYBOARDS: &[(&'static str, &'static str)] = &[
|
||||
("us_wide", include_str!("../data/keyboards/us_wide.yaml")),
|
||||
|
||||
// Language layouts: keep alphabetical.
|
||||
("am", include_str!("../data/keyboards/am.yaml")),
|
||||
("am+phonetic", include_str!("../data/keyboards/am+phonetic.yaml")),
|
||||
|
||||
("ara", include_str!("../data/keyboards/ara.yaml")),
|
||||
("ara_wide", include_str!("../data/keyboards/ara_wide.yaml")),
|
||||
|
||||
|
||||
@ -58,6 +58,7 @@ foreach layout : [
|
||||
'us', 'us_wide',
|
||||
|
||||
# Block: Languages
|
||||
'am', 'am+phonetic',
|
||||
'ara', 'ara_wide',
|
||||
'be', 'be_wide',
|
||||
'bg',
|
||||
|
||||
Reference in New Issue
Block a user