Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove clunky welcome message #6069

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion web/i18n/de-DE/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Willkommen bei',
welcome: '',
appUnavailable: 'App ist nicht verfügbar',
appUnkonwError: 'App ist nicht verfügbar',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/en-US/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Welcome to use',
welcome: '',
appUnavailable: 'App is unavailable',
appUnkonwError: 'App is unavailable',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/es-ES/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Bienvenido/a al uso',
welcome: '',
appUnavailable: 'La aplicación no está disponible',
appUnkonwError: 'La aplicación no está disponible',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/fr-FR/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Bienvenue à l\'utilisation',
welcome: '',
appUnavailable: 'L\'application n\'est pas disponible',
appUnkonwError: 'L\'application n\'est pas disponible',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/pl-PL/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Witaj w użyciu',
welcome: '',
appUnavailable: 'Aplikacja jest niedostępna',
appUnkonwError: 'Aplikacja jest niedostępna',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/pt-BR/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Bem-vindo ao usar',
welcome: '',
appUnavailable: 'O aplicativo não está disponível',
appUnkonwError: 'O aplicativo encontrou um erro desconhecido',
},
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/ro-RO/share-app.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const translation = {
common: {
welcome: 'Bun venit la utilizare',
welcome: '',
appUnavailable: 'Aplicația nu este disponibilă',
appUnkonwError: 'Aplicația nu este disponibilă',
},
Expand Down