0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore(console): remove unused language texts in i18n locale files (#1722)

This commit is contained in:
Xiao Yijun 2022-08-02 17:23:20 +08:00 committed by GitHub
parent 543ee04f53
commit a62793a3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 2 additions and 20 deletions

View file

@ -99,11 +99,6 @@ const sign_in_exp = {
}, },
preview: { preview: {
title: 'Sign-in Preview', title: 'Sign-in Preview',
languages: {
english: 'English',
chinese: 'Chinese',
turkish: 'Turkish',
},
dark: 'Dark', dark: 'Dark',
light: 'Light', light: 'Light',
native: 'Native', native: 'Native',

View file

@ -1,7 +1,8 @@
import en from '../en';
import errors from './errors'; import errors from './errors';
import translation from './translation'; import translation from './translation';
const koKR = Object.freeze({ const koKR: typeof en = Object.freeze({
translation, translation,
errors, errors,
}); });

View file

@ -95,10 +95,6 @@ const sign_in_exp = {
}, },
preview: { preview: {
title: '로그인 화면 미리보기', title: '로그인 화면 미리보기',
languages: {
english: '영어',
chinese: '중국어',
},
dark: '다크', dark: '다크',
light: '라이트', light: '라이트',
native: 'Native', native: 'Native',

View file

@ -100,11 +100,6 @@ const sign_in_exp = {
}, },
preview: { preview: {
title: 'Oturum Açma Önizlemesi', title: 'Oturum Açma Önizlemesi',
languages: {
english: 'İngilizce',
chinese: 'Çince',
turkish: 'Türkçe',
},
dark: 'Koyu', dark: 'Koyu',
light: 'Açık', light: 'Açık',
native: 'Doğal', native: 'Doğal',

View file

@ -90,11 +90,6 @@ const sign_in_exp = {
}, },
preview: { preview: {
title: '登录预览', title: '登录预览',
languages: {
english: '英文',
chinese: '中文',
turkish: 'Turkish',
},
dark: '深色', dark: '深色',
light: '浅色', light: '浅色',
native: '移动原生', native: '移动原生',