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: {
title: 'Sign-in Preview',
languages: {
english: 'English',
chinese: 'Chinese',
turkish: 'Turkish',
},
dark: 'Dark',
light: 'Light',
native: 'Native',

View file

@ -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,
});

View file

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

View file

@ -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',

View file

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