bulgarian add translation and to needed lists
This commit is contained in:
13
data/langs/bg-BG.txt
Normal file
13
data/langs/bg-BG.txt
Normal file
@ -0,0 +1,13 @@
|
||||
bg Български
|
||||
de Немски
|
||||
es Испански
|
||||
emoji Емоджи
|
||||
fi Френски
|
||||
gr Гръцки
|
||||
it Италянски
|
||||
no Норевежки
|
||||
pl Полски
|
||||
ru Руски
|
||||
se Шведски
|
||||
terminal Терминал
|
||||
us Английски (САЩ)
|
||||
@ -44,6 +44,7 @@ const KEYBOARDS: &[(*const str, *const str)] = &[
|
||||
("se", include_str!("../data/keyboards/se.yaml")),
|
||||
("th", include_str!("../data/keyboards/th.yaml")),
|
||||
("ua", include_str!("../data/keyboards/ua.yaml")),
|
||||
("bg", include_str!("../data/keyboards/bg.yaml")),
|
||||
// layout+overlay
|
||||
("terminal", include_str!("../data/keyboards/terminal.yaml")),
|
||||
("terminal_wide", include_str!("../data/keyboards/terminal_wide.yaml")),
|
||||
|
||||
@ -51,6 +51,7 @@ foreach layout : [
|
||||
'us', 'us+colemak', 'us_wide',
|
||||
'br',
|
||||
'be', 'be_wide',
|
||||
'bg',
|
||||
'cz', 'cz_wide',
|
||||
'cz+qwerty', 'cz+qwerty_wide',
|
||||
'de', 'de_wide',
|
||||
|
||||
Reference in New Issue
Block a user