From 7069e562fb503d0d8664a51f8b46a3b819f77c27 Mon Sep 17 00:00:00 2001 From: Mehmet <38668796+productfrontenddeveloper@users.noreply.github.com> Date: Fri, 12 Feb 2021 08:47:43 +0300 Subject: [PATCH] feat(i18n): add tr.json (#60) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I added locale for Türkiye users. :) --- locales/tr.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 locales/tr.json diff --git a/locales/tr.json b/locales/tr.json new file mode 100644 index 0000000..c954660 --- /dev/null +++ b/locales/tr.json @@ -0,0 +1,17 @@ +{ + "button": { + "about": "Hakkımda", + "back": "Geri", + "go": "İLERİ", + "home": "Anasayfa", + "toggle_dark": "Karanlık modu değiştir", + "toggle_langs": "Dilleri değiştir" + }, + "intro": { + "desc": "Görüşlü Vite Başlangıç Şablonu", + "dynamic-route": "Dinamik rota demosu", + "hi": "Merhaba, {name}!", + "whats-your-name": "Adınız nedir ?" + }, + "not-found": "Bulunamadı" +}