- In the csv file of the translation (the erpnext-id.csv and frappe-id.csv), there are 3 columns:
- DocType (or path to a py or js file)
- Original language (en)
- Translated language (id)
But some lines don’t have any text in the DocType column. I read that the 1st column is only for info.
Is there any issue if I fill in the blanks in these 1st column?
Is there any issue if I change the order of the lines?
- The number of lines in the files are:
- erpnext-id.csv = 5105
- frappe-id.csv = 3123
Which doesn’t add up to the numbers of lines (messages) on the web (attached image)
Why?
How to get the full list of english? (interestingly, the en file only has 1 lines)
Thank you
note: I use the csv for self host installation.