Skip to content

Commit 1fcb606

Browse files
committed
refactor: add Turkish localization and translation
Turkish translation file 'messages.po' has been added to provide localization support. This fills the language gap for Turkish speakers by translating key messages into Turkish, thereby enhancing user experience and accessibility.
1 parent 3094e02 commit 1fcb606

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

src/locales/tr/messages.po

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
msgid ""
2+
msgstr ""
3+
"POT-Creation-Date: 2023-07-28 22:38+0330\n"
4+
"MIME-Version: 1.0\n"
5+
"Content-Type: text/plain; charset=utf-8\n"
6+
"Content-Transfer-Encoding: 8bit\n"
7+
"X-Generator: @lingui/cli\n"
8+
"Language: tr\n"
9+
"Project-Id-Version: \n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"PO-Revision-Date: \n"
12+
"Last-Translator: \n"
13+
"Language-Team: \n"
14+
"Plural-Forms: \n"
15+
16+
#: src/pages/[locale]/index.tsx:28
17+
msgid "Building a Multi-Lingual Website"
18+
msgstr "Çok Dilli Bir Web Sitesi Oluşturma"
19+
20+
#: src/pages/[locale]/index.tsx:18
21+
msgid "Next.js & Lingui: Building a Multi-Lingual Website"
22+
msgstr "Next.js & Lingui: Çok Dilli Bir Web Sitesi Oluşturma"
23+
24+
#: src/components/locale-switcher.tsx:20
25+
msgid "Open options"
26+
msgstr "Seçenekleri aç"
27+
28+
#: src/pages/[locale]/index.tsx:31
29+
msgid "Welcome to our Next.js and Lingui demo site! Discover the power of combining Next.js, a powerful React framework for building server-side rendered applications, with Lingui, the ultimate solution for multi-lingual support in your web projects."
30+
msgstr "Next.js ve Lingui demo sitemize hoş geldiniz! Sunucu tarafı render edilen uygulamalar oluşturmak için güçlü bir React çerçevesi olan Next.js ile, web projelerinizde çok dilli desteği için nihai çözüm olan Lingui'nin birleştirilme gücünü keşfedin."

0 commit comments

Comments
 (0)