easy_localization_generator icon indicating copy to clipboard operation
easy_localization_generator copied to clipboard

Error when use \n

Open rodrigorafaeldamaceno opened this issue 1 year ago • 2 comments

Hi, thanks for this package! I have a problem when I use \n in the google spreadsheet, when I run build_runner and download the csv file, the texts with \n skip the line and break the csv structure, I need to adjust these lines manually, do you have a way to skip the line without manually changing and adding \n?

rodrigorafaeldamaceno avatar Sep 19 '23 11:09 rodrigorafaeldamaceno

i test it and parse success. can you show your sheet?

main.bottombar.home,home\n\n\n\n\n222,首页,首頁

lwj1994 avatar Oct 18 '23 12:10 lwj1994

use .replaceAll('\n', '\n')

mstfkhazaal avatar Dec 20 '23 21:12 mstfkhazaal