Changes between Initial Version and Version 1 of Ticket #18799
- Timestamp:
- Feb 14, 2024, 2:06:11 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18799 – Description
initial v1 1 1 Currently, catkeys house all the message info on one single line… This is really not ideal while glancing through the file contents, it is not readable. Ideally, it should be something like this: 2 2 3 Metadata 4 "Comment" 5 "Original string" 6 "Translation string" 3 Metadata\\ 4 "Comment"\\ 5 "Original string"\\ 6 "Translation string"\\ 7 7 8 8 When fuzzy string support would be added, the old string might be placed under Metadata. Basically like gettext.