mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-28 17:56:09 +08:00
impr(serbian): add more attributes to Serbian files (@rammba) (#5925)
!nuf
This commit is contained in:
parent
f938122117
commit
529d424982
4 changed files with 12 additions and 0 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"name": "serbian",
|
||||
"noLazyMode": true,
|
||||
"rightToLeft": false,
|
||||
"ligatures": false,
|
||||
"bcp47": "sr-Cyrl",
|
||||
"words": [
|
||||
"као",
|
||||
"ја",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,9 @@
|
|||
{
|
||||
"name": "serbian_10k",
|
||||
"noLazyMode": true,
|
||||
"rightToLeft": false,
|
||||
"ligatures": false,
|
||||
"bcp47": "sr-Cyrl",
|
||||
"words": [
|
||||
"је",
|
||||
"да",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"name": "serbian_latin",
|
||||
"rightToLeft": false,
|
||||
"ligatures": false,
|
||||
"bcp47": "sr-Latn",
|
||||
"additionalAccents": [["đ", "dj"]],
|
||||
"words": [
|
||||
"kao",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"name": "serbian_latin_10k",
|
||||
"rightToLeft": false,
|
||||
"ligatures": false,
|
||||
"bcp47": "sr-Latn",
|
||||
"additionalAccents": [["đ", "dj"]],
|
||||
"words": [
|
||||
"je",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue