chore: merge hoppscotch/main into hoppscotch/next

This commit is contained in:
jamesgeorge007 2024-10-21 14:55:29 +05:30
commit cd1f7bb6b7
9 changed files with 16 additions and 8 deletions

View File

@ -1,6 +1,6 @@
{
"name": "hoppscotch-backend",
"version": "2024.9.2",
"version": "2024.9.3",
"description": "",
"author": "",
"private": true,

View File

@ -1,7 +1,7 @@
{
"name": "@hoppscotch/common",
"private": true,
"version": "2024.9.2",
"version": "2024.9.3",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",
"test": "vitest --run",

View File

@ -11,6 +11,8 @@ import { throwError } from "~/helpers/functional/error"
import { PersistenceService } from "~/services/persistence"
import { getService } from "./dioc"
import FALLBACK_LANG_MESSAGES from "../../locales/en.json"
/*
In context of this file, we have 2 main kinds of things.
1. Locale -> A locale is termed as the i18n entries present in the /locales folder
@ -144,6 +146,12 @@ export default <HoppModule>{
i18nInstance = i18n
// Load in fallback lang messages
i18nInstance.global.setLocaleMessage(
FALLBACK_LANG_CODE,
FALLBACK_LANG_MESSAGES
)
// TODO: Global loading state to hide the resolved lang loading
const currentLocale = resolveCurrentLocale()
changeAppLanguage(currentLocale)

View File

@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-desktop",
"private": true,
"version": "2024.9.2",
"version": "2024.9.3",
"type": "module",
"scripts": {
"dev:vite": "vite",

View File

@ -1383,7 +1383,7 @@ dependencies = [
[[package]]
name = "hoppscotch-desktop"
version = "24.9.2"
version = "24.9.3"
dependencies = [
"cocoa 0.25.0",
"dashmap",

View File

@ -1,6 +1,6 @@
[package]
name = "hoppscotch-desktop"
version = "24.9.2"
version = "24.9.3"
description = "A Tauri App"
authors = ["you"]
license = ""

View File

@ -8,7 +8,7 @@
},
"package": {
"productName": "Hoppscotch",
"version": "24.9.2"
"version": "24.9.3"
},
"tauri": {
"allowlist": {

View File

@ -1,7 +1,7 @@
{
"name": "@hoppscotch/selfhost-web",
"private": true,
"version": "2024.9.2",
"version": "2024.9.3",
"type": "module",
"scripts": {
"dev:vite": "vite",

View File

@ -1,7 +1,7 @@
{
"name": "hoppscotch-sh-admin",
"private": true,
"version": "2024.9.2",
"version": "2024.9.3",
"type": "module",
"scripts": {
"dev": "pnpm exec npm-run-all -p -l dev:*",