- Status Unconfirmed
- Percent Complete
- Task Type Bug Report
- Category Translations → Greek
- Assigned To No-one
- Operating System All
- Severity Very Low
- Priority Very Low
- Reported Version 1.0 devel (github master)
- Due in Version Undecided
-
Due Date
Undecided
-
Votes
1
- Nikos Baris (29.01.2017)
- Private
FS#2224 - Semicolon is a bad separator
The symbol “;” in Greek is the question mark. So a list of semicolon-separated values looks like a series of questions in Greek. (looks like this: “cat? dog? rabbit?” )
I suggest replacing semicolons with commas as list separators.
In email lists space is good choice too.
This task is a sub task of FS#2222 - Greek translation issues
The ';' was simply taken for separating tags in the input field because the multiple email address input used ';' too.
But because this is only for the user interface input tags, this could be changed in future to comma relative easy. The splitting on the ';' is done when saving a task. And joining the tags for task edit form. So changing approx. only 2 code positions.
With a bit of javascript users never see the ';' tag input field , see attachment (quickly choosed the first demo that I found with google ..)
The multiple email feature needs a deeper review together with notifications (includes probably table changes), so not before Flyspray 1.1.