Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
squeekboard
Commits
f1561928
Commit
f1561928
authored
Nov 20, 2019
by
Dorota Czaplejewicz
Browse files
Merge branch 'de' into 'master'
DE fixes See merge request
Librem5/squeekboard!259
parents
0beddc68
eb5c28e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
data/langs/de-DE.txt
0 → 100644
View file @
f1561928
us Englisch (US)
de Deutsch
el Griechisch
es Spanisch
it Italienisch
jp+kana Japanisch (Kana)
no Norwegisch
src/resources.rs
View file @
f1561928
...
...
@@ -39,6 +39,7 @@ pub fn get_keyboard(needle: &str) -> Option<&'static str> {
/// Translations of the layout identifier strings
const
LAYOUT_NAMES
:
&
[(
*
const
str
,
*
const
str
)]
=
&
[
(
"de-DE"
,
include_str!
(
"../data/langs/de-DE.txt"
)),
(
"en-US"
,
include_str!
(
"../data/langs/en-US.txt"
)),
(
"pl-PL"
,
include_str!
(
"../data/langs/pl-PL.txt"
)),
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment