Skip to content

Commit 6cb1009

Browse files
committed
Merge branch 'feature/turkish-locale' into develop
2 parents 12bea5c + 1fcb606 commit 6cb1009

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

lingui.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('@lingui/conf').LinguiConfig} */
22
module.exports = {
3-
locales: ['ar', 'en', 'fa'],
3+
locales: ['ar', 'en', 'fa', 'tr'],
44
sourceLocale: 'en',
55
catalogs: [
66
{

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)