-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove language popup keys for other languages (#659)
also removes potentially used keys for common foreign words, but this should be handled using the "more letters with diacritics" setting Co-authored-by: Helium314 <[email protected]>
- Loading branch information
Showing
34 changed files
with
178 additions
and
292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ on: | |
# - 'app/**' | ||
pull_request: | ||
paths: | ||
- 'app/**' | ||
- 'app/src/main/java**' | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
ŝ | ||
ĝ | ||
ŝ q | ||
ĝ w | ||
e | ||
r | ||
t | ||
ŭ | ||
ŭ y | ||
u | ||
i | ||
o | ||
|
@@ -21,9 +21,9 @@ l | |
ĵ | ||
|
||
z | ||
ĉ | ||
ĉ x | ||
c | ||
v | ||
v w | ||
b | ||
n | ||
m |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
[popup_keys] | ||
a â ä á | ||
e ə é | ||
i ı î ï ì í į ī | ||
o ö ô œ ò ó õ ø ō | ||
u ü û ù ú ū | ||
s ş ß ś š | ||
e ə | ||
i ı | ||
ı i | ||
o ö | ||
u ü | ||
s ş | ||
g ğ | ||
n ň ñ | ||
c ç ć č | ||
y ý | ||
z ž | ||
c ç |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[popup_keys] | ||
a á à â ä æ ã å ā | ||
e é ě è ê ë ę ė ē | ||
i í î ï ì į ī | ||
o ó ö ô ò õ œ ø ō | ||
u ú ů û ü ù ū | ||
s š ß ś | ||
n ň ñ ń | ||
c č ç ć | ||
y ý ÿ | ||
a á | ||
c č | ||
d ď | ||
e é ě | ||
i í | ||
n ň | ||
o ó | ||
r ř | ||
s š | ||
t ť | ||
z ž ź ż | ||
u ú ů | ||
y ý | ||
z ž | ||
' ’ ‚ ‘ › ‹ | ||
" ” „ “ » « |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
[popup_keys] | ||
a ä % â à á æ ã å ā | ||
e é è ê ë ė | ||
o ö % ô ò ó õ œ ø ō | ||
u ü % û ù ú ū | ||
s ß % ś š | ||
n ñ ń | ||
a ä | ||
e | ||
o ö | ||
u ü | ||
s ß | ||
' ’ ‚ ‘ › ‹ | ||
" ” „ “ » « |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,7 @@ | ||
[popup_keys] | ||
a á à â ä æ ã å ā ă ą ª | ||
e é ě è ê ë ę ė ē | ||
i í î ï ĩ ì į ī ı ij | ||
j ĵ | ||
o ó ö ô ò õ œ ø ō ő º | ||
u ŭ ú ů û ü ù ū ũ ű ų µ | ||
s ŝ ß š ś ș ş | ||
n ñ ń ņ ň ʼn ŋ | ||
c ĉ ć č ç ċ | ||
ŭ y ý ŷ ÿ þ | ||
d ð ď đ | ||
r ř ŕ ŗ | ||
t ť ț ţ ŧ | ||
z ź ż ž | ||
k ķ ĸ | ||
l ĺ ļ ľ ŀ ł | ||
g ĝ ğ ġ ģ | ||
v w ŵ | ||
h ĥ ħ | ||
ĝ w ŵ | ||
ŝ q | ||
ĉ x | ||
u ŭ | ||
s ŝ | ||
c ĉ | ||
g ĝ | ||
h ĥ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,14 @@ | ||
[popup_keys] | ||
a ä ā à á â ã å æ ą | ||
e ē è ė é ê ë ę ě | ||
i ī ì į í î ï ı | ||
o ö õ ò ó ô œ ő ø | ||
u ü ū ų ù ú û ů ű | ||
s š ß ś ş | ||
n ņ ñ ń | ||
c č ç ć | ||
y ý ÿ | ||
d ď | ||
r ŗ ř ŕ | ||
t ţ ť | ||
z ž ż ź | ||
k ķ | ||
l ļ ł ĺ ľ | ||
g ģ ğ | ||
a ä | ||
o ö õ | ||
u ü | ||
s š | ||
z ž | ||
' ’ ‚ ‘ | ||
" ” „ “ | ||
|
||
[extra_keys] | ||
1: ü | ||
2: ö õ | ||
2: ä | ||
3: õ | ||
3: õ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[popup_keys] | ||
a á à ä â ã å ą æ ā ª | ||
e é è ë ê ę ė ē | ||
i í ï ì î į ī | ||
o ó ò ö ô õ ø œ ō º | ||
u ú ü ù û ū | ||
n ñ ń | ||
c ç ć č | ||
a á ª | ||
e é | ||
i í | ||
o ó º | ||
u ú ü û | ||
n ñ | ||
c ç | ||
|
||
[extra_keys] | ||
2: ñ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
[popup_keys] | ||
a ä å æ à á â ã ā | ||
o ö ø ô ò ó õ œ ō | ||
u ü | ||
s š ß ś | ||
z ž ź ż | ||
a ä å | ||
o ö | ||
s š | ||
z ž | ||
|
||
[extra_keys] | ||
1: å | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
[popup_keys] | ||
a á à ä â ã å ą æ ā ª | ||
e é è ë ê ę ė ē | ||
i í ï ì î į ī | ||
o ó ò ö ô õ ø œ ō º | ||
u ú ü ù û ū | ||
n ñ ń | ||
c ç ć č | ||
a á ª | ||
e é | ||
i í | ||
o ó º | ||
u ú ü | ||
n ñ | ||
|
||
[extra_keys] | ||
2: ñ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
[popup_keys] | ||
s š ś ß | ||
n ñ ń | ||
z ž ź ż | ||
c č ć ç | ||
s š | ||
z ž | ||
c č ć | ||
d đ | ||
' ‘ ‚ ’ › ‹ | ||
" “ „ ” » « |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
[popup_keys] | ||
a á ä æ å à â ã ā | ||
e é ë è ê ę ė ē | ||
i í ï î ì į ī | ||
o ó ö ô ò õ œ ø ō | ||
u ú ü û ù ū | ||
y ý ÿ | ||
a á æ | ||
d ð | ||
e é | ||
i í | ||
o ó ö | ||
u ú | ||
y ý | ||
t þ | ||
' ’ ‚ ‘ | ||
" ” „ “ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
[popup_keys] | ||
a à á â ä æ ã å ā ª | ||
e è é ê ë ę ė ē ə | ||
i ì í î ï į ī | ||
o ò ó ô ö õ œ ø ō º | ||
u ù ú û ü ū | ||
|
||
[extra_keys] | ||
1: ü è | ||
2: ö é | ||
2: ä à | ||
a à ª | ||
e è é | ||
i ì | ||
o ò ó º | ||
u ù |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,10 @@ | ||
[popup_keys] | ||
a ą ä ā à á â ã å æ | ||
e ė ę ē è é ê ë ě | ||
i į ī ì í î ï ı | ||
o ö õ ò ó ô œ ő ø | ||
u ū ų ü ū ù ú û ů ű | ||
s š ß ś ş | ||
n ņ ñ ń | ||
c č ç ć | ||
y ý ÿ | ||
d ď | ||
r ŗ ř ŕ | ||
t ţ ť | ||
z ž ż ź | ||
k ķ | ||
l ļ ł ĺ ľ | ||
g ģ ğ | ||
a ą | ||
c č | ||
e ė ę | ||
i į | ||
s š | ||
u ū ų | ||
z ž | ||
' ’ ‚ ‘ | ||
" ” „ “ |
Oops, something went wrong.