Condo is an Open Source property management SaaS that allows users to manage tickets, resident contacts, properties, payment tracking, create invoices, and oversee a service marketplace, all while offering an extension system for mini-apps, making it an ideal platform for property management companies and those servicing shared properties.
I have implemented logic for automatic translation that adjusts classifiers based on the selected language. I will submit this translation logic in a new pull request once the main translations in pull request #4812 are merged.
Please review and merge the pull request when possible.
Missing Translations for Classifiers
Description:
Currently, there is no logic for translating classifiers in the CRM; they are always displayed in Russian. This affects the following files:
apps/condo/domains/ticket/schema/TicketProblemClassifier.js
apps/condo/domains/ticket/schema/TicketPlaceClassifier.js
apps/condo/domains/ticket/schema/TicketCategoryClassifier.js
Proposed Solution:
I have implemented logic for automatic translation that adjusts classifiers based on the selected language. I will submit this translation logic in a new pull request once the main translations in pull request #4812 are merged.
Please review and merge the pull request when possible.
Thank you!