The download had 2000+ records. My edited version had 600 records.
Now that I want to upload my new dictionary translation, I have to first remove all the records in the table, but that runs into difficulty because:
- As a typical developer, I'm not sure what table the IDE stores the language translations in
- If I did know what table they are in, I have to use the "ReadUpdateDatabaseRecords" page which would still be a pain because I would need to specify which ones I'm deleting
Change Request 1: On the ReadUpdateDatabaseRecords allow a feature that wipes the table of all records. It can have extra windows to ask if I'm really sure.
Change Request 2: On the upload translation window, have an option to "Import and override" and "Import and don't override". That would clear all records and replace with only my new csv import.