mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-13 01:08:45 -05:00
fix
This commit is contained in:
+4
-1
@@ -1,4 +1,7 @@
|
||||
FROM node:23-alpine3.21 AS base
|
||||
FROM node:22-alpine3.21 AS base
|
||||
|
||||
# Step 2: Explicitly upgrade/install Golang to a fixed version
|
||||
RUN apk add --no-cache --upgrade go=1.23.8
|
||||
|
||||
#
|
||||
## step 1: Prune monorepo
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"auth": {
|
||||
"continue_with_azure": "Login mit Azure",
|
||||
"continue_with_azure": "Weiter mit Microsoft",
|
||||
"continue_with_email": "Login mit E-Mail",
|
||||
"continue_with_github": "Login mit GitHub",
|
||||
"continue_with_google": "Login mit Google",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"auth": {
|
||||
"continue_with_azure": "Continue with Azure",
|
||||
"continue_with_azure": "Continue with Microsoft",
|
||||
"continue_with_email": "Continue with Email",
|
||||
"continue_with_github": "Continue with GitHub",
|
||||
"continue_with_google": "Continue with Google",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"auth": {
|
||||
"continue_with_azure": "Continuer avec Azure",
|
||||
"continue_with_azure": "Continuer avec Microsoft",
|
||||
"continue_with_email": "Continuer avec l'e-mail",
|
||||
"continue_with_github": "Continuer avec GitHub",
|
||||
"continue_with_google": "Continuer avec Google",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"auth": {
|
||||
"continue_with_azure": "Continuar com Azure",
|
||||
"continue_with_azure": "Continuar com Microsoft",
|
||||
"continue_with_email": "Continuar com o Email",
|
||||
"continue_with_github": "Continuar com o GitHub",
|
||||
"continue_with_google": "Continuar com o Google",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"auth": {
|
||||
"continue_with_azure": "Continuar com Azure",
|
||||
"continue_with_azure": "Continuar com Microsoft",
|
||||
"continue_with_email": "Continuar com Email",
|
||||
"continue_with_github": "Continuar com GitHub",
|
||||
"continue_with_google": "Continuar com Google",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"auth": {
|
||||
"continue_with_azure": "使用 Azure 繼續",
|
||||
"continue_with_azure": "繼續使用 Microsoft",
|
||||
"continue_with_email": "使用電子郵件繼續",
|
||||
"continue_with_github": "使用 GitHub 繼續",
|
||||
"continue_with_google": "使用 Google 繼續",
|
||||
|
||||
Reference in New Issue
Block a user