From 8ba32c554963aa62fcbe426dc929213d4fc4aa55 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 31 Jul 2025 09:06:21 -0500 Subject: [PATCH] Add tr-tr type + lint --- src/i18n/locales/bd-bn.ts | 1 - src/i18n/locales/tr-tr.ts | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/i18n/locales/bd-bn.ts b/src/i18n/locales/bd-bn.ts index ee609356..fc0c5917 100644 --- a/src/i18n/locales/bd-bn.ts +++ b/src/i18n/locales/bd-bn.ts @@ -1,5 +1,4 @@ import { I18N } from '..'; - export { bn as default } from 'date-fns/locale/bn'; export const TEXT: I18N = { diff --git a/src/i18n/locales/tr-tr.ts b/src/i18n/locales/tr-tr.ts index 890ad5e9..ba13dca0 100644 --- a/src/i18n/locales/tr-tr.ts +++ b/src/i18n/locales/tr-tr.ts @@ -1,6 +1,7 @@ +import { I18N } from '..'; export { tr as default } from 'date-fns/locale/tr'; -export const TEXT = { +export const TEXT: I18N = { photo: { photo: 'Fotoğraf', photoPlural: 'Fotoğraflar', @@ -119,6 +120,7 @@ export const TEXT = { download: 'İndir', sync: 'Senkronize Et', delete: 'Sil', + // eslint-disable-next-line max-len deleteConfirm: '"{{photoTitle}}" adlı fotoğrafı silmek istediğinize emin misiniz?', }, onboarding: { @@ -126,6 +128,7 @@ export const TEXT = { setupIncomplete: 'Kurulumu Tamamla', setupSignIn: 'Fotoğraf yüklemek için giriş yap', setupFirstPhoto: 'İlk fotoğrafını ekle', + // eslint-disable-next-line max-len setupConfig: 'Site adını ve diğer ayarları değiştirmek için şu ortam değişkenlerini düzenleyin:', }, misc: {