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
20a6cf52
Commit
20a6cf52
authored
Nov 20, 2019
by
Dorota Czaplejewicz
Browse files
layouts: Rename ja+kana to jp+kana
parent
c566d885
Pipeline
#46021
passed with stages
in 13 minutes and 6 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
data/keyboards/j
a
+kana.yaml
→
data/keyboards/j
p
+kana.yaml
View file @
20a6cf52
File moved
src/resources.rs
View file @
20a6cf52
...
...
@@ -17,7 +17,7 @@ const KEYBOARDS: &[(*const str, *const str)] = &[
(
"es"
,
include_str!
(
"../data/keyboards/es.yaml"
)),
(
"fi"
,
include_str!
(
"../data/keyboards/fi.yaml"
)),
(
"it"
,
include_str!
(
"../data/keyboards/it.yaml"
)),
(
"j
a
+kana"
,
include_str!
(
"../data/keyboards/j
a
+kana.yaml"
)),
(
"j
p
+kana"
,
include_str!
(
"../data/keyboards/j
p
+kana.yaml"
)),
(
"no"
,
include_str!
(
"../data/keyboards/no.yaml"
)),
(
"number"
,
include_str!
(
"../data/keyboards/number.yaml"
)),
(
"se"
,
include_str!
(
"../data/keyboards/se.yaml"
)),
...
...
tests/meson.build
View file @
20a6cf52
...
...
@@ -54,7 +54,7 @@ foreach layout : [
'es',
'fi',
'it',
'j
a
+kana',
'j
p
+kana',
'no',
'number',
'se',
...
...
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