Skip to content

Commit

Permalink
Merge pull request #104 from AtKristijan/add-new-languages
Browse files Browse the repository at this point in the history
Add new languages
  • Loading branch information
rtibbles authored Jun 20, 2022
2 parents 16fa682 + 79ec189 commit 891c844
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ repos:
rev: v1.3.3
hooks:
- id: reorder-python-imports
language_version: python2.7
- repo: https://github.com/python/black
rev: 20.8b1
rev: 22.3.0
hooks:
- id: black
16 changes: 16 additions & 0 deletions le_utils/resources/languagelookup.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@
"name":"Czech",
"native_name":"česky, čeština"
},
"csx":{
"name":"Cambodian Sign Language",
"native_name":"Cambodian Sign Language"
},
"da":{
"name":"Danish",
"native_name":"Dansk"
Expand Down Expand Up @@ -351,6 +355,10 @@
"name":"Kinyarwanda",
"native_name":"Ikinyarwanda"
},
"rsn":{
"name":"Rwandan Sign Language",
"native_name":"Amarenga y'Ikinyarwanda"
},
"ky":{
"name":"Kirghiz; Kyrgyz",
"native_name":"кыргыз тили"
Expand Down Expand Up @@ -479,6 +487,10 @@
"name":"Nepali",
"native_name":"नेपाली"
},
"nsp":{
"name":"Nepalese Sign Language",
"native_name":"नेपाली सांकेतिक भाषा"
},
"ng":{
"name":"Ndonga",
"native_name":"Owambo"
Expand Down Expand Up @@ -978,6 +990,10 @@
"name":"Xhosa",
"native_name":"isiXhosa"
},
"xki":{
"name":"Kenyan Sign Language",
"native_name":"Swahili Lugha ya ishara"
},
"yor":{
"name":"Yoruba",
"native_name":"Yorùbá"
Expand Down
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit==1.15.1
pre-commit==2.19.0

0 comments on commit 891c844

Please sign in to comment.