Turkish language support added#1327
Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds Turkish (tr) localization resources for Code App.
Changes:
- Added Turkish
Localizable.stringswith UI strings and long-form welcome/changelog content. - Added Turkish
InfoPlist.stringsfor Photo Library add-permission usage description.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
| CodeApp/Localization/tr.lproj/Localizable.strings | Introduces Turkish translations for app UI strings, errors, and markdown-based welcome/changelog messages. |
| CodeApp/Localization/tr.lproj/InfoPlist.strings | Adds Turkish localized Info.plist permission string for saving images to Photos. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ### 1.6.0 (Ocak 2024) | ||
| - Yerel dil iyileştirmeleri | ||
| - Yerel Java (OpenJDK 8) | ||
| - Artık "javac" ve "java" komutlarını kullanarak Java programlarını çevrimdışı olarak derleyebilir ve çalıştırabilirsiniz. |
| "Theme" = "Tema"; | ||
| "Rate Code App" = "Code Uygulamasına Oy Ver"; | ||
| "About" = "Hakkında"; | ||
| "Version" = "Versiyon"; |
|
|
||
| "Welcome" = "Hoş Geldin"; | ||
| "Licenses" = "Lisanslar"; | ||
| "Version" = "Versiyon"; |
| "Select For Compare" = "Karışlaştırma İçin Seçin"; | ||
| "Compare With Selected" = "Seçili Olanla Karışlaştır"; |
| "Zoom out" = "Uzaklaştır"; | ||
| "Show Explorer" = "Gezgini Göster"; | ||
| "Show Search" = "Aramayı Göster"; | ||
| "Show Source Control" = "Kaynak Kontrolünü GÖster"; |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
Thanks @iEmirRekt. I will be merge this soon. |
| - Yerel dil iyileştirmeleri | ||
| - Yerel Java (OpenJDK 8) | ||
| - Artık "javac" ve "java" komutlarını kullanarak Java programlarını çevrimdışı olarak derleyebilir ve çalıştırabilirsiniz. |
| "Sync" = "Senkronize"; | ||
| "Synchronize Changes" = "Değişiklikleri senkronize et"; | ||
| "You don't have any open editor." = "Açık bir editörünüz yok."; | ||
| "This will pull remote changes down to your local repository and then push local commits to the upstream branch. Conflicts will be merged and overriden by the local copy." = "Bu işlem, uzak depodaki değişiklikleri yerel deponuza aktarır ve yerel commit'leri ana dala yayar. Çakışmalar yerel kopyadan birleştirilir ve üzerine yazılır."; |
| "Staged Changes" = "Aşamalı Değişiklikler"; | ||
| "No changes are made in the working directory." = "Çalışma dizininde herhangi bir değişiklik yapılmayacaktır."; | ||
| "Git checkout: Uncommitted Changes" = "Git checkout: Henüz kaydedilmemiş değişiklikler"; | ||
| "Uncommited changes will be lost. Do you wish to proceed?" = "Kesinleşmeyen değişiklikler kaybolacaktır. Devam etmek istiyor musunuz?"; |
| "errors.fs.not_implemented" = "Bu özellik henüz uygulanmadı."; | ||
| "errors.fs.scheme_not_registered" = "Dosya sistemi şeması kayıtlı değil."; | ||
| "errors.fs.invalid_host" = "Geçersiz ana bilgisayar adı."; | ||
| "errors.fs.unspported_encoding" = "Desteklenmeyen karakter kodlaması."; |
|
|
||
| "Welcome" = "Hoş Geldin"; | ||
| "Licenses" = "Lisanslar"; | ||
| "Version" = "Versiyon"; |
| - Kimlik doğrulama | ||
| - SSH anahtarı kimlik doğrulaması | ||
| - Çoklu kimlik bilgileri | ||
| - Yeni özelliklern |
| "Select For Compare" = "Karışlaştırma İçin Seçin"; | ||
| "Compare With Selected" = "Seçili Olanla Karışlaştır"; |
| "Zoom out" = "Uzaklaştır"; | ||
| "Show Explorer" = "Gezgini Göster"; | ||
| "Show Search" = "Aramayı Göster"; | ||
| "Show Source Control" = "Kaynak Kontrolünü GÖster"; |
You're welcome. When will you start supporting the latest versions of Node.js? I really need it. What's required for it? If you'd like, I can take a look at that too. |
It will be a lot of work. Patches are needed for Node.js to run on iOS. Our best hope is to find a fork of Node.js like https://github.com/1Conan/nodejs-mobile that supports the updated versions. |
No description provided.