diff --git a/functions/package.json b/functions/package.json index ccc08c89..94e31471 100644 --- a/functions/package.json +++ b/functions/package.json @@ -29,18 +29,18 @@ "express": "4.21.1", "express-async-errors": "3.1.1", "firebase-admin": "12.6.0", - "firebase-functions": "6.0.1", + "firebase-functions": "6.1.0", "http-errors": "2.0.0", "http-proxy-middleware": "^3.0.3", "node-fetch": "2.6.7", - "openai": "4.68.1", + "openai": "4.68.2", "request-ip": "3.3.0" }, "devDependencies": { "@firebase/firestore-types": "3.0.2", "@firebase/rules-unit-testing": "4.0.0", "@types/http-errors": "2.0.4", - "@types/jest": "29.5.13", + "@types/jest": "29.5.14", "@types/node-fetch": "2.6.11", "@types/request-ip": "0.0.41", "@typescript-eslint/eslint-plugin": "8.11.0", diff --git a/package.json b/package.json index 9da6ee11..2da21d49 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "cld3-asm": "4.0.0", "comlink": "4.4.1", "filesize": "9.0.11", - "firebase": "11.0.0", + "firebase": "11.0.1", "flag-icons": "7.2.3", "ionicons": "7.4.0", "leaflet": "1.9.4", @@ -103,7 +103,7 @@ "swiper": "11.1.14", "three": "0.169.0", "tslib": "2.8.0", - "web-vitals": "4.2.3", + "web-vitals": "4.2.4", "webm-muxer": "5.0.2", "zone.js": "0.15.0" }, diff --git a/src/app/core/modules/transloco/transloco.module.ts b/src/app/core/modules/transloco/transloco.module.ts index 23f64ef9..4c7a9485 100644 --- a/src/app/core/modules/transloco/transloco.module.ts +++ b/src/app/core/modules/transloco/transloco.module.ts @@ -14,6 +14,10 @@ import {SITE_LANGUAGES} from './languages'; fallbackLang: 'en', reRenderOnLangChange: true, prodMode: !isDevMode(), + missingHandler: { + // It will use the first language set in the `fallbackLang` property + useFallbackTranslation: true, + }, }, loader: HttpLoader, }), diff --git a/src/assets/i18n/he.json b/src/assets/i18n/he.json index da478873..a5bd4276 100644 --- a/src/assets/i18n/he.json +++ b/src/assets/i18n/he.json @@ -180,7 +180,7 @@ "licenses": { "title": "תוכנה ורישיונות" }, - "title": "מִשׁפָּטִי" + "title": "משפטי" }, "benchmark": { "title": "Benchmark",