Skip to content

Commit

Permalink
feat(): add basic israeli sign language support
Browse files Browse the repository at this point in the history
  • Loading branch information
AmitMY committed Dec 24, 2024
1 parent 3f0574d commit e3c04b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"@types/jest": "29.5.14",
"@types/node-fetch": "2.6.12",
"@types/request-ip": "0.0.41",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"eslint": "8.57.0",
"firebase-functions-test": "3.4.0",
"firebase-tools": "13.29.1",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"three": "0.171.0",
"tslib": "2.8.1",
"web-vitals": "4.2.4",
"webm-muxer": "5.0.2",
"webm-muxer": "5.0.3",
"zone.js": "0.15.0"
},
"devDependencies": {
Expand Down Expand Up @@ -132,8 +132,8 @@
"@types/web-app-manifest": "1.0.8",
"@types/webgl2": "0.0.11",
"@types/wicg-file-system-access": "2023.10.5",
"@typescript-eslint/eslint-plugin": "8.18.1",
"@typescript-eslint/parser": "8.18.1",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"browser-sync": "3.0.3",
"deepmerge": "4.3.1",
"dotenv": "16.4.7",
Expand Down
1 change: 1 addition & 0 deletions src/app/components/flag-icon/flag-icon.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ $flag-icons-included-countries: (
'de',
'cy',
'gr',
'il',
'is',
'it',
'jp',
Expand Down
1 change: 1 addition & 0 deletions src/app/modules/translate/translate.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export class TranslationService {
'sgg',
'ssr',
'slf',
'isr',
'ssp',
'jos',
'rsl-by',
Expand Down

0 comments on commit e3c04b6

Please sign in to comment.