mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-23 21:02:24 +02:00
* 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>
14 lines
392 B
JSON
14 lines
392 B
JSON
{
|
||
"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"
|
||
}
|
||
}
|