Files
4563fab7a6 feat(ui): add Turkish language to settings popup (#10441)
* feat(ui): add Turkish language to settings popup

Added Turkish (Türkçe) to the language selection dropdown in SettingsPopup.svelte
and added the Turkish IntlString definition to plugin.ts.
Turkish translation files already exist in the codebase (lang/tr.json files).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com>

* ci: add workflow to build front image with Turkish support

Adds a GitHub Actions workflow to build and push the front container
image to GitHub Container Registry for testing Turkish language support.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com>

* fix(ci): use lowercase image name for ghcr.io

Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com>

* fix(ci): use huly's docker:build for proper image creation

Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com>

* chore: remove test workflow file from PR

Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com>

* feat(inbox): add Turkish translations for inbox module

Added missing Turkish translation file for the inbox-assets plugin.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com>

---------

Signed-off-by: Bahadır Atılgan <gokcel.bahadir@gmail.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 20:36:46 +07:00

14 lines
392 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"string": {
"Inbox": "Gelen Kutusu",
"ReactedToYourMessage": "mesajınıza tepki verdi",
"ClearAll": "Tümünü temizle",
"InboxIsClear": "Gelen kutusu temiz",
"YouDontHaveAnyNewMessages": "Yeni mesajınız yok",
"ReadAll": "Tümünü oku",
"Clearing": "Temizleniyor...",
"Reading": "Okunuyor...",
"HideUserNames": "Kullanıcı adlarını gizle"
}
}