Skip to content

Commit

Permalink
impr(serbian): add more attributes to Serbian files (@rammba) (#5925)
Browse files Browse the repository at this point in the history
!nuf
  • Loading branch information
rammba authored Oct 7, 2024
1 parent f938122 commit 529d424
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/static/languages/serbian.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "serbian",
"noLazyMode": true,
"rightToLeft": false,
"ligatures": false,
"bcp47": "sr-Cyrl",
"words": [
"као",
"ја",
Expand Down
3 changes: 3 additions & 0 deletions frontend/static/languages/serbian_10k.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "serbian_10k",
"noLazyMode": true,
"rightToLeft": false,
"ligatures": false,
"bcp47": "sr-Cyrl",
"words": [
"је",
"да",
Expand Down
3 changes: 3 additions & 0 deletions frontend/static/languages/serbian_latin.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "serbian_latin",
"rightToLeft": false,
"ligatures": false,
"bcp47": "sr-Latn",
"additionalAccents": [["đ", "dj"]],
"words": [
"kao",
Expand Down
3 changes: 3 additions & 0 deletions frontend/static/languages/serbian_latin_10k.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"name": "serbian_latin_10k",
"rightToLeft": false,
"ligatures": false,
"bcp47": "sr-Latn",
"additionalAccents": [["đ", "dj"]],
"words": [
"je",
Expand Down

0 comments on commit 529d424

Please sign in to comment.