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:
parent
543ee04f53
commit
a62793a3f0
5 changed files with 2 additions and 20 deletions
|
@ -99,11 +99,6 @@ const sign_in_exp = {
|
|||
},
|
||||
preview: {
|
||||
title: 'Sign-in Preview',
|
||||
languages: {
|
||||
english: 'English',
|
||||
chinese: 'Chinese',
|
||||
turkish: 'Turkish',
|
||||
},
|
||||
dark: 'Dark',
|
||||
light: 'Light',
|
||||
native: 'Native',
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
import en from '../en';
|
||||
import errors from './errors';
|
||||
import translation from './translation';
|
||||
|
||||
const koKR = Object.freeze({
|
||||
const koKR: typeof en = Object.freeze({
|
||||
translation,
|
||||
errors,
|
||||
});
|
||||
|
|
|
@ -95,10 +95,6 @@ const sign_in_exp = {
|
|||
},
|
||||
preview: {
|
||||
title: '로그인 화면 미리보기',
|
||||
languages: {
|
||||
english: '영어',
|
||||
chinese: '중국어',
|
||||
},
|
||||
dark: '다크',
|
||||
light: '라이트',
|
||||
native: 'Native',
|
||||
|
|
|
@ -100,11 +100,6 @@ const sign_in_exp = {
|
|||
},
|
||||
preview: {
|
||||
title: 'Oturum Açma Önizlemesi',
|
||||
languages: {
|
||||
english: 'İngilizce',
|
||||
chinese: 'Çince',
|
||||
turkish: 'Türkçe',
|
||||
},
|
||||
dark: 'Koyu',
|
||||
light: 'Açık',
|
||||
native: 'Doğal',
|
||||
|
|
|
@ -90,11 +90,6 @@ const sign_in_exp = {
|
|||
},
|
||||
preview: {
|
||||
title: '登录预览',
|
||||
languages: {
|
||||
english: '英文',
|
||||
chinese: '中文',
|
||||
turkish: 'Turkish',
|
||||
},
|
||||
dark: '深色',
|
||||
light: '浅色',
|
||||
native: '移动原生',
|
||||
|
|
Loading…
Reference in a new issue