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
2ddfcfaf
Commit
2ddfcfaf
authored
Nov 30, 2019
by
Mark Müller
Committed by
Dorota Czaplejewicz
Nov 30, 2019
Browse files
translation: Japanese and minor layout fixes
parent
a901c85b
Changes
4
Hide whitespace changes
Inline
Side-by-side
data/keyboards/de.yaml
View file @
2ddfcfaf
# German layout by Mark Müller
# Version 2019111700
# Maintained by: Mark Müller <markmueller86@gmail.com>
---
bounds
:
{
x
:
0
,
y
:
1
,
width
:
360
,
height
:
208
}
...
...
@@ -25,22 +24,22 @@ views:
-
"
Q
W
E
R
T
Z
U
I
O
P"
-
"
A
S
D
F
G
H
J
K
L"
-
"
Shift_L
Y
X
C
V
B
N
M
BackSpace"
-
"
show_numbers
show_
d
echars
preferences
space
!
?
Return"
-
"
show_numbers
show_e
s
chars
preferences
space
!
?
Return"
numbers
:
-
"
1
2
3
4
5
6
7
8
9
0"
-
"
@
#
€
%
&
-
_
+
(
)"
-
"
show_symbols
,
\"
'
:
=
<
>
BackSpace"
-
"
show_letters
show_
d
echars
preferences
space
,
.
Return"
-
"
show_letters
show_e
s
chars
preferences
space
,
.
Return"
symbols
:
-
"
~
`
´
|
·
√
µ
÷
×
¶"
-
"
©
®
£
$
¥
^
°
*
{
}"
-
"
show_numbers
\\
/
§
π
τ
[
]
BackSpace"
-
"
show_letters
show_
d
echars
preferences
space
,
.
Return"
d
echars
:
-
"
show_letters
show_e
s
chars
preferences
space
,
.
Return"
e
s
chars
:
-
"
ä
è
é
ö
ü
Ä
È
É
Ö
Ü"
-
"
à
â
ê
î
ô
À
Â
È
Î
Ô"
-
"
show_numbers
«
»
ç
Ç
æ
œ
ß
BackSpace"
-
"
show_letters
show_
d
echars
preferences
space
„
“
Return"
-
"
show_letters
show_e
s
chars
preferences
space
„
“
Return"
buttons
:
Shift_L
:
...
...
@@ -73,15 +72,16 @@ buttons:
set_view
:
"
symbols"
outline
:
"
altline"
label
:
"
*/="
show_
d
echars
:
show_e
s
chars
:
action
:
locking
:
lock_view
:
"
d
echars"
lock_view
:
"
e
s
chars"
unlock_view
:
"
base"
outline
:
"
altline"
label
:
"
äÄ"
space
:
outline
:
"
spaceline"
label
:
"
"
text
:
"
"
Return
:
outline
:
"
altline"
...
...
data/keyboards/jp+kana.yaml
View file @
2ddfcfaf
# Japanese Kana layout by Mark Müller
# Version 2019111800
# Maintained by: Mark Müller <markmueller86@gmail.com>
---
bounds
:
{
x
:
0
,
y
:
1
,
width
:
360
,
height
:
208
}
...
...
@@ -221,7 +220,7 @@ buttons:
action
:
"
show_prefs"
outline
:
"
special"
icon
:
"
keyboard-mode-symbolic"
# space button
with unicode keysym
for ideographic space
# space button
using text tag
for ideographic space
space
:
outline
:
"
default-wide"
label
:
"
␣"
...
...
data/langs/ja-JP.txt
0 → 100644
View file @
2ddfcfaf
us 英語 (US)
de ドイツ語
el ギリシャ語
es スペイン語
it イタリア語
jp+kana 日本語 (かな)
nb ノルウェー語
src/resources.rs
View file @
2ddfcfaf
...
...
@@ -42,6 +42,7 @@ 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"
)),
(
"es-ES"
,
include_str!
(
"../data/langs/es-ES.txt"
)),
(
"ja-JP"
,
include_str!
(
"../data/langs/ja-JP.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