Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
Sorting of the target languages will be only done when task is created via translate5 UI.
-
Empty show more show less
Description
Problem
Currently when project is created via translate5 UI, the target languages are not sorted at all. They should be sorted alphabetically because the uploaded bilingual files in the upload grid are sorted by language alphabetically. This can lead to miss match in the backend side when the project tasks are mapped to files by the language mapping array.
Currently temporary fix on the backend is implemented which skips the sorting of the languages when the task creation is NOT from t5 UI.
When the frontend sorting is implemented, we can remove the backend code which sorts the languages for translate5 UI tasks.
Hint: search the code in the backend by this issue title/tag.