This PR adds full Turkish language support to Quartz, making the application accessible to Turkish-speaking users. The following files were added and updated to ensure comprehensive translation across all key components:
Summary of Changes:
quartz/i18n/index.ts: Added Turkish (tr-TR) to the TRANSLATIONS object and updated ValidLocale types to include the new locale.
quartz/i18n/locales/tr-TR.ts: Introduced a new translation file with Turkish strings for interface components, error messages, aligned for a consistent user experience.
This contribution ensures a localized experience, allowing Turkish-speaking users to navigate and interact with Quartz in their preferred language. Let me know if there are any areas that need further refinement. Thank you!
Turkish Language Support
This PR adds full Turkish language support to Quartz, making the application accessible to Turkish-speaking users. The following files were added and updated to ensure comprehensive translation across all key components:
Summary of Changes:
quartz/i18n/index.ts
: Added Turkish (tr-TR
) to theTRANSLATIONS
object and updatedValidLocale
types to include the new locale.quartz/i18n/locales/tr-TR.ts
: Introduced a new translation file with Turkish strings for interface components, error messages, aligned for a consistent user experience.This contribution ensures a localized experience, allowing Turkish-speaking users to navigate and interact with Quartz in their preferred language. Let me know if there are any areas that need further refinement. Thank you!