Skip to content

Commit 4066963

Browse files
committed
feat: add Turkish translations
1 parent c6ded83 commit 4066963

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

src/i18n.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import sr_cyr from "./locales/sr_cyr.json";
1111
import ja from "./locales/ja.json";
1212
import ru from "./locales/ru.json";
1313
import se from "./locales/se.json";
14+
import tr from "./locales/tr.json";
1415

1516
export const locales = {
1617
en,
@@ -26,6 +27,7 @@ export const locales = {
2627
ja,
2728
ru,
2829
se,
30+
tr,
2931
};
3032

3133
export const supportedLanguages = Object.keys(locales);

src/locales/tr.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"documentNavInfo": "Belge {{ currentFileNo }} / {{ allFilesCount }}",
3+
"noRendererMessage": "Dosya türü için görüntüleyici bulunamadı: {{{ fileType }}}",
4+
"downloadButtonLabel": "Dosyayı indir",
5+
"brokenFile": "Dosyanız bozuk. Lütfen kendi cihazınızda kontrol edin.",
6+
"msgPluginRecipients": "Alıcılar",
7+
"msgPluginSender": "Gönderen",
8+
"pdfPluginLoading": "Yükleniyor...",
9+
"pdfPluginPageNumber": "Sayfa {{ currentPage }}/{{ allPagesCount }}"
10+
}

0 commit comments

Comments
 (0)